--- layout: default --- {{ content }}
Download OpenAPI specification:Download
the purpose of this application is to provide an application that is using plain go code to define an API
This should demonstrate all the possible comment annotations that are available to turn go code into a fully compliant swagger 2.0 spec
Deploy an attached application file with the request
| Upload Yaml/Yml File | string <binary> |
{- "location": { },
- "name": "string",
- "type": {
- "String": "string",
- "Valid": true
}, - "updated_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "string",
- "application_file": "string",
- "source_content": [
- 0
]
}Updates the design for the provided application
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "name": "string",
- "type": {
- "String": "string",
- "Valid": true
}, - "updated_at": "2019-08-24T14:15:22Z",
- "application_file": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "source_content": [
- 0
], - "user_id": "string"
}Fetches the list of all applications saved by the current user
?updated_after=YYYY-MM-DD HH:MM:SS
?order={field} orders on the passed field
?search=
| id required | string <uuid> id for a specific |
{- "application_file": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "name": "string",
- "source_content": [
- 0
], - "type": {
- "Valid": true,
- "String": "string"
}, - "user_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Get application file type
{- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "user_id": "string",
- "type": {
- "String": "string",
- "Valid": true
}, - "updated_at": "2019-08-24T14:15:22Z",
- "application_file": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "source_content": [
- 0
]
}Returns requests for all Meshery Applications
{- "applications": [
- {
- "name": "string",
- "source_content": [
- 0
], - "type": {
- "Valid": true,
- "String": "string"
}, - "application_file": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}
], - "page": 0,
- "page_size": 0,
- "total_count": 0
}Deploy an attached filter file with the request
{- "visibility": "string",
- "filter_file": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "catalogData": { },
- "created_at": "2019-08-24T14:15:22Z"
}Fetches the Meshery Filter with the given id
| id required | string <uuid> id for a specific |
{- "user_id": "string",
- "visibility": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "filter_file": "string",
- "location": { },
- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "catalogData": { },
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "catalogData": { },
- "created_at": "2019-08-24T14:15:22Z",
- "visibility": "string",
- "filter_file": "string",
- "name": "string"
}Returns the Meshery Filter file saved by the current user with the given id
{- "visibility": "string",
- "catalogData": { },
- "location": { },
- "name": "string",
- "user_id": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "filter_file": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "updated_at": "2019-08-24T14:15:22Z"
}Used to save/update a Meshery Filter
{- "name": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "visibility": "string",
- "location": { },
- "created_at": "2019-08-24T14:15:22Z",
- "filter_file": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "string",
- "catalogData": { }
}Returns all the Meshery Filters saved by the current user
{- "filters": [
- {
- "catalogData": { },
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "name": "string",
- "user_id": "string",
- "visibility": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "filter_file": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "page": 0,
- "page_size": 0,
- "total_count": 0
}Components can be further filtered through query parameter ?version={version} ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?trim={[true]} When trim is set to true, the underlying schemas are not returned for entities ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "category": {
- "metadata": { },
- "name": "string"
}, - "displayName": "string",
- "metadata": { },
- "name": "string",
- "version": "string"
}Handle GET request for getting meshmodel components of a specific type by name across all models and categories Example: /api/meshmodels/components/Namespace Components can be further filtered through query parameter ?version={version} If version is unspecified then all models are returned ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?trim={[true]} When trim is set to true, the underlying schemas are not returned for entities ?search={[true/false]} If search is true then a greedy search is performed ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "category": {
- "metadata": { },
- "name": "string"
}, - "displayName": "string",
- "metadata": { },
- "name": "string",
- "version": "string"
}Example: /api/meshmodel/model/kubernetes/relationship Relationships can be further filtered through query parameter ?version={version} ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "category": {
- "name": "string",
- "metadata": { }
}, - "displayName": "string",
- "metadata": { },
- "name": "string",
- "version": "string"
}Handle GET request for getting all meshmodel categories ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{ }Example: /api/meshmodels/models/kubernetes/components Components can be further filtered through query parameter ?version={version} ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "name": "string",
- "version": "string",
- "category": {
- "name": "string",
- "metadata": { }
}, - "displayName": "string",
- "metadata": { }
}Example: /api/meshmodels/categories/Orchestration and Management/models/kubernetes/components Components can be further filtered through query parameter ?version={version} ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "metadata": { },
- "name": "string",
- "version": "string",
- "category": {
- "metadata": { },
- "name": "string"
}, - "displayName": "string"
}Example: /api/meshmodels/models/kubernetes/components/Namespace Components can be further filtered through query parameter ?version={version} If version is unspecified then all models are returned ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?search={[true/false]} If search is true then a greedy search is performed ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "category": {
- "metadata": { },
- "name": "string"
}, - "displayName": "string",
- "metadata": { },
- "name": "string",
- "version": "string"
}Example: /api/meshmodels/categories/Orchestration and Management/models/kubernetes/components/Namespace Components can be further filtered through query parameter ?version={version} If version is unspecified then all models are returned ?apiVersion={apiVersion} If apiVersion is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?search={[true/false]} If search is true then a greedy search is performed ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "name": "string",
- "version": "string",
- "category": {
- "metadata": { },
- "name": "string"
}, - "displayName": "string",
- "metadata": { }
}Returns a list of registered models across all categories ?version={version} If version is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "name": "string",
- "metadata": { }
}?version={version} If version is unspecified then all models are returned ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "metadata": { },
- "name": "string"
}Example: /api/meshmodel/model/kubernetes/relationship/Edge Relationships can be further filtered through query parameter ?version={version} ?order={field} orders on the passed field ?sort={[asc/desc]} Default behavior is asc ?search={[true/false]} If search is true then a greedy search is performed ?page={page-number} Default page number is 1 ?pagesize={pagesize} Default pagesize is 25. To return all results: pagesize=all
{- "displayName": "string",
- "metadata": { },
- "name": "string",
- "version": "string",
- "category": {
- "metadata": { },
- "name": "string"
}
}Used for fetching Grafana configuration
{- "grafanaAPIKey": "string",
- "grafanaURL": "string",
- "selectedBoardsConfigs": [
- {
- "board": {
- "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "folderId": 0,
- "postfix": "string",
- "sortOrder": 0,
- "colorValue": true,
- "editable": true,
- "gauge": {
- "thresholdMarkers": true,
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true
}, - "percentage": true,
- "prefix": "string",
- "prefixFontSize": "string",
- "rightYAxisLabel": "string",
- "starred": true,
- "fieldConfig": {
- "defaults": {
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "axisPlacement": "string",
- "scaleDistribution": {
- "log": null,
- "type": null
}, - "gradientMode": "string",
- "lineWidth": 0,
- "thresholdsStyle": {
- "mode": null
}, - "axisSoftMax": 0,
- "barAlignment": 0,
- "fillOpacity": 0,
- "lineInterpolation": "string",
- "lineStyle": {
- "fill": null
}, - "pointSize": 0,
- "showPoints": "string",
- "stacking": {
- "mode": null,
- "group": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "axisSoftMin": 0,
- "spanNulls": true
}, - "decimals": 0,
- "links": [
- {
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "dashboard": null,
- "includeVars": null,
- "params": null,
- "targetBlank": null,
- "type": null,
- "asDropdown": null,
- "icon": null,
- "keepTime": null,
- "tags": [ ],
- "title": null
}
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string"
}
}, - "headings": true,
- "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "minSpan": 0,
- "dashes": true,
- "scroll": true,
- "show": "string",
- "transform": "string",
- "pointradius": 0,
- "repeatPanelId": 0,
- "timeFrom": "string",
- "xAxis": {
- "show": true
}, - "nullPointMode": "string",
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "thresholds": "string",
- "fill": 0,
- "search": true,
- "sort": {
- "desc": true,
- "col": 0
}, - "steppedLine": true,
- "repeat": "string",
- "styles": [
- {
- "alias": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkTargetBlank": true,
- "linkUrl": "string",
- "thresholds": [
- "string"
], - "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
], - "decimals": 0,
- "link": true,
- "linkTooltip": "string",
- "mappingType": 0,
- "type": "string",
- "unit": "string",
- "colorMode": "string",
- "pattern": "string"
}
], - "description": "string",
- "isNew": true,
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "current": true,
- "show": true,
- "values": true,
- "hideEmpty": true,
- "hideZero": true,
- "max": true,
- "min": true,
- "rightSide": true,
- "sideWidth": 0,
- "total": true
}, - "aliasColors": null,
- "x-axis": true,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "linewidth": 0,
- "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "showHeader": true,
- "stack": true,
- "tooltipDecimals": 0,
- "limit": 0,
- "span": 0,
- "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "colorBackground": true,
- "options": {
- "legend": {
- "displayMode": "string",
- "placement": "string",
- "calcs": [
- "string"
]
}, - "tooltip": {
- "mode": "string"
}
}, - "spaceLength": 0,
- "error": true,
- "onlyAlertsOnDashboard": true,
- "reverseYBuckets": true,
- "xBucketNumber": 0,
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "height": null,
- "query": "string",
- "sparkline": {
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string"
}, - "yBucketBound": "string",
- "lines": true,
- "tags": [
- "string"
], - "yBucketNumber": 0,
- "y_formats": [
- "string"
], - "timeShift": "string",
- "transparent": true,
- "dashLength": 0,
- "valueName": "string",
- "mode": "string",
- "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "datasource": null,
- "targets": [
- {
- "timeColumn": "string",
- "filters": [
- "string"
], - "groupBy": [
- "string"
], - "period": "string",
- "projectName": "string",
- "rawQuery": true,
- "rawSql": "string",
- "expr": "string",
- "metricType": "string",
- "tags": [
- {
- "key": null,
- "operator": null,
- "value": null
}
], - "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "crossSeriesReducer": "string",
- "datasource": null,
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "intervalFactor": 0,
- "metrics": [
- {
- "type": null,
- "field": null,
- "id": null
}
], - "table": "string",
- "alignOptions": [
- {
- "expanded": null,
- "label": null,
- "options": [ ]
}
], - "metricColumn": "string",
- "metricKind": "string",
- "select": [
- [
- { }
]
], - "target": "string",
- "alias": "string",
- "alignmentPeriod": "string",
- "hide": true,
- "instant": true,
- "perSeriesAligner": "string",
- "timeField": "string",
- "dsType": "string",
- "legendFormat": "string",
- "refId": "string",
- "step": 0,
- "valueType": "string",
- "aliasBy": "string",
- "namespace": "string",
- "region": "string",
- "query": "string",
- "statistics": [
- "string"
], - "bucketAggs": [
- {
- "field": null,
- "id": null,
- "settings": { },
- "type": null
}
], - "format": "string",
- "group": [
- {
- "params": [ ],
- "type": null
}
], - "interval": "string",
- "measurement": "string",
- "metricName": "string"
}
], - "valueFontSize": "string",
- "dataFormat": "string",
- "type": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "color": {
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0
}, - "mappingType": 0,
- "points": true,
- "yBucketSize": 0,
- "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "decimals": 0,
- "hideTimeOverride": true,
- "hideZeroBuckets": true,
- "collapsed": true,
- "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "nameFilter": "string",
- "pageSize": 0,
- "seriesOverrides": [
- {
- "transform": "string",
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "lines": true,
- "linewidth": 0,
- "alias": "string",
- "bars": true,
- "color": "string",
- "zindex": 0,
- "legend": true,
- "nullPointMode": "string",
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "yaxis": 0
}
], - "highlightCards": true,
- "id": 0,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": null,
- "text": null,
- "value": null
}, - "property2": {
- "selected": null,
- "text": null,
- "value": null
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": null,
- "query": null,
- "step": null,
- "aliasBy": null,
- "crossSeriesReducer": null,
- "groupBy": [ ],
- "hide": null,
- "metricName": null,
- "valueType": null,
- "alias": null,
- "datasource": null,
- "filters": [ ],
- "intervalFactor": null,
- "metricType": null,
- "metrics": [ ],
- "tags": [ ],
- "alignOptions": [ ],
- "alignmentPeriod": null,
- "bucketAggs": [ ],
- "group": [ ],
- "expr": null,
- "format": null,
- "interval": null,
- "perSeriesAligner": null,
- "region": null,
- "statistics": [ ],
- "timeField": null,
- "instant": null,
- "metricColumn": null,
- "metricKind": null,
- "refId": null,
- "dimensions": { },
- "dsType": null,
- "select": [ ],
- "legendFormat": null,
- "namespace": null,
- "period": null,
- "timeColumn": null,
- "target": null,
- "where": [ ],
- "measurement": null,
- "rawQuery": null,
- "rawSql": null,
- "table": null
}
], - "options": {
- "legend": {
- "calcs": [ ],
- "displayMode": null,
- "placement": null
}, - "tooltip": {
- "mode": null
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": null,
- "text": null,
- "to": null
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- { }
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": null,
- "property2": null
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- { }
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": null,
- "link": null,
- "linkTargetBlank": null,
- "pattern": null,
- "colorMode": null,
- "colors": [ ],
- "dateFormat": null,
- "linkUrl": null,
- "type": null,
- "alias": null,
- "mappingType": null,
- "linkTooltip": null,
- "thresholds": [ ],
- "unit": null,
- "valueMaps": [ ]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": null,
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { }
}
], - "columns": [
- {
- "text": null,
- "value": null
}
], - "seriesOverrides": [
- {
- "dashes": null,
- "fill": null,
- "fillBelowTo": null,
- "zindex": null,
- "color": null,
- "transform": null,
- "alias": null,
- "lines": null,
- "linewidth": null,
- "nullPointMode": null,
- "yaxis": null,
- "legend": null,
- "stack": { },
- "bars": null
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": null,
- "value": null
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "params": null,
- "tags": [ ],
- "targetBlank": null,
- "asDropdown": null,
- "dashUri": null,
- "type": null,
- "url": null,
- "title": null,
- "tooltip": null
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": null,
- "min": null,
- "thresholds": { },
- "unit": null,
- "color": { },
- "custom": { },
- "decimals": null,
- "links": [ ]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "renderer": "string",
- "title": "string",
- "alert": {
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "for": "string",
- "noDataState": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "notifications": [
- {
- "id": 0,
- "isDefault": true,
- "sendReminder": true,
- "uid": "string",
- "frequency": "string",
- "name": "string",
- "settings": null,
- "type": "string",
- "disableResolveMessage": true
}
], - "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "executionErrorState": "string",
- "frequency": "string"
}, - "bars": true,
- "links": [
- {
- "url": "string",
- "icon": "string",
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "type": "string",
- "title": "string",
- "tooltip": "string",
- "asDropdown": true,
- "dashUri": "string",
- "dashboard": "string",
- "includeVars": true,
- "params": "string"
}
], - "xBucketSize": "string",
- "yAxis": {
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true,
- "splitFactor": 0
}, - "colors": [
- "string"
], - "content": "string",
- "postfixFontSize": "string",
- "recent": true,
- "dashboardTags": [
- "string"
], - "leftYAxisLabel": "string",
- "stateFilter": [
- "string"
], - "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "format": "string",
- "y-axis": true
}
], - "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
]
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- { }
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": null,
- "size": null,
- "interval": null,
- "min_doc_count": null,
- "order": null
}
}
], - "group": [
- {
- "params": [
- null
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [ ],
- "type": null
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- null
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- null
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- null
]
}, - "reducer": {
- "params": [
- null
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": null,
- "value": null
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- null
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}{- "property1": [
- {
- "kind": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "selfLink": "string",
- "spec": {
- "ports": [
- {
- "protocol": "string",
- "targetPort": {
- "IntVal": 0,
- "StrVal": "string",
- "Type": 0
}, - "appProtocol": "string",
- "name": "string",
- "nodePort": 0,
- "port": 0
}
], - "allocateLoadBalancerNodePorts": true,
- "externalIPs": [
- "string"
], - "externalTrafficPolicy": "string",
- "healthCheckNodePort": 0,
- "ipFamilies": [
- "string"
], - "loadBalancerSourceRanges": [
- "string"
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "loadBalancerIP": "string",
- "publishNotReadyAddresses": true,
- "clusterIP": "string",
- "clusterIPs": [
- "string"
], - "externalName": "string",
- "loadBalancerClass": "string",
- "type": "string",
- "internalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "sessionAffinity": "string",
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}
}, - "status": {
- "loadBalancer": {
- "ingress": [
- {
- "hostname": "string",
- "ip": "string",
- "ports": [
- {
- "error": "string",
- "port": 0,
- "protocol": "string"
}
]
}
]
}, - "conditions": [
- {
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string",
- "type": "string",
- "lastTransitionTime": "string"
}
]
}, - "annotations": {
- "property1": "string",
- "property2": "string"
}, - "creationTimestamp": "string",
- "finalizers": [
- "string"
], - "generation": 0,
- "ownerReferences": [
- {
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string",
- "name": "string"
}
], - "resourceVersion": "string",
- "uid": "string",
- "apiVersion": "string",
- "deletionGracePeriodSeconds": 0,
- "deletionTimestamp": "string",
- "generateName": "string",
- "managedFields": [
- {
- "subresource": "string",
- "time": "string",
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string"
}
], - "namespace": "string"
}
], - "property2": [
- {
- "kind": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "selfLink": "string",
- "spec": {
- "ports": [
- {
- "protocol": "string",
- "targetPort": {
- "IntVal": 0,
- "StrVal": "string",
- "Type": 0
}, - "appProtocol": "string",
- "name": "string",
- "nodePort": 0,
- "port": 0
}
], - "allocateLoadBalancerNodePorts": true,
- "externalIPs": [
- "string"
], - "externalTrafficPolicy": "string",
- "healthCheckNodePort": 0,
- "ipFamilies": [
- "string"
], - "loadBalancerSourceRanges": [
- "string"
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "loadBalancerIP": "string",
- "publishNotReadyAddresses": true,
- "clusterIP": "string",
- "clusterIPs": [
- "string"
], - "externalName": "string",
- "loadBalancerClass": "string",
- "type": "string",
- "internalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "sessionAffinity": "string",
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}
}, - "status": {
- "loadBalancer": {
- "ingress": [
- {
- "hostname": "string",
- "ip": "string",
- "ports": [
- {
- "error": "string",
- "port": 0,
- "protocol": "string"
}
]
}
]
}, - "conditions": [
- {
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string",
- "type": "string",
- "lastTransitionTime": "string"
}
]
}, - "annotations": {
- "property1": "string",
- "property2": "string"
}, - "creationTimestamp": "string",
- "finalizers": [
- "string"
], - "generation": 0,
- "ownerReferences": [
- {
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string",
- "name": "string"
}
], - "resourceVersion": "string",
- "uid": "string",
- "apiVersion": "string",
- "deletionGracePeriodSeconds": 0,
- "deletionTimestamp": "string",
- "generateName": "string",
- "managedFields": [
- {
- "subresource": "string",
- "time": "string",
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string"
}
], - "namespace": "string"
}
]
}Used for fetching Grafana boards and panels
| dashboardSearch | string |
[- {
- "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
], - "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- {
- "valueTypes": [ ],
- "label": null,
- "metricKinds": [ ],
- "text": null,
- "value": null
}
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": "string",
- "size": "string",
- "interval": "string",
- "min_doc_count": null,
- "order": "string"
}
}
], - "group": [
- {
- "params": [
- "string"
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [
- null
], - "type": "string"
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- "string"
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- 0
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- "string"
]
}, - "reducer": {
- "params": [
- "string"
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": "string",
- "value": 0
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
]
}
]{- "catalogData": { },
- "created_at": "2019-08-24T14:15:22Z",
- "location": { },
- "name": "string",
- "pattern_file": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "visibility": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "user_id": "string"
}Returns details of a workload/trait/scope by given name and id in the URL
{type} being of either trait, scope, workload; registration of adapter capabilities. Example: /api/oam/workload/Application/asdqe123sa275sasd => Here {type} is "workload" {name} is "Application" and {id} is "asdqe123sa275sasd". It should be noted that all of three, i.e {type}, {name} and {id} must be valid
{- "created_at": "2019-08-24T14:15:22Z",
- "name": "string",
- "visibility": "string",
- "catalogData": { },
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { },
- "pattern_file": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string"
}Returns the list of all the patterns saved by the current user
This will return all the patterns with their details
?updated_after=YYYY-MM-DD HH:MM:SS
?order={field} orders on the passed field
?search=
{- "page": 0,
- "page_size": 0,
- "patterns": [
- {
- "name": "string",
- "pattern_file": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "user_id": "string",
- "visibility": "string",
- "catalogData": { },
- "created_at": "2019-08-24T14:15:22Z",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "location": { }
}
], - "total_count": 0
}Returns component details of a workload/trait/scope by given name in the URL
{type} being of either trait, scope, workload; registration of adapter capabilities. Example: /api/oam/workload/Application => Here {type} is "workload" and {name} is "Application" it should be noted that both {type} and {name} should be valid
Fetches the pattern with the given id
| id required | string <uuid> id for a specific |
{- "catalogData": { },
- "created_at": "2019-08-24T14:15:22Z",
- "location": { },
- "user_id": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "pattern_file": "string",
- "updated_at": "2019-08-24T14:15:22Z",
- "visibility": "string"
}Runs the load test with the given parameters
| Query | object PerformanceTestParameters contains parameters to run a performance test |
Array of objects Single or distributed load generators | |
| duration | string Length of time the endpoint will be under load |
| id | string |
object | |
| name | string |
| smp_version | string Spec version |
{- "clients": [
- {
- "connections": 0,
- "content_type": "string",
- "cookies": {
- "property1": "string",
- "property2": "string"
}, - "endpoint_urls": [
- "string"
], - "headers": {
- "property1": "string",
- "property2": "string"
}, - "internal": true,
- "body": "string",
- "protocol": 0,
- "rps": 0,
- "load_generator": "string"
}
], - "duration": "string",
- "id": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "smp_version": "string"
}Returns an individual result from provider
{- "MeshConfigID": "string",
- "StartTime": "2019-08-24T14:15:22Z",
- "TestID": "string",
- "ActualQPS": 0,
- "DetailsURI": "string",
- "EndTime": "2019-08-24T14:15:22Z",
- "EnvID": "string",
- "Latencies": {
- "Average": 0,
- "Max": 0,
- "Min": 0,
- "P50": 0,
- "P90": 0,
- "P99": 0
}, - "SMPVersion": "string"
}Returns pages of all the perf results from Remote Provider
{- "page": 0,
- "page_size": 0,
- "results": [
- {
- "mesh": "string",
- "meshery_id": "f848a421-a52a-450d-885d-65ff7abd6393",
- "server_board_config": null,
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "test_start_time": "2019-08-24T14:15:22Z",
- "name": "string",
- "performance_profile": "daa36017-1e94-444f-ae03-c54ec0a421d8",
- "runner_results": {
- "ActualQPS": 0,
- "DurationHistogram": {
- "Avg": 0,
- "Max": 0,
- "Min": 0,
- "Percentiles": [
- {
- "Percentile": 0,
- "Value": 0
}
]
}, - "RequestedDuration": "string",
- "StartTime": "2019-08-24T14:15:22Z",
- "URL": "string",
- "load-generator": "string",
- "ActualDuration": 0
}, - "server_metrics": null
}
], - "total_count": 0
}Returns single performance profile with the given id
| id required | string <uuid> id for a specific |
{- "concurrent_request": 0,
- "content_type": "string",
- "created_at": "string",
- "request_cookies": "string",
- "total_results": 0,
- "duration": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "updated_at": "string",
- "load_generators": [
- "string"
], - "name": "string",
- "request_headers": "string",
- "schedule": "0caaa334-df8e-492a-85be-f8a502a13416",
- "service_mesh": "string",
- "endpoints": [
- "string"
], - "last_run": "string",
- "qps": 0,
- "request_body": "string"
}Returns pages of all the performance results from Remote Provider
{- "page": 0,
- "page_size": 0,
- "results": [
- {
- "test_start_time": "2019-08-24T14:15:22Z",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "meshery_id": "f848a421-a52a-450d-885d-65ff7abd6393",
- "name": "string",
- "performance_profile": "daa36017-1e94-444f-ae03-c54ec0a421d8",
- "runner_results": {
- "ActualDuration": 0,
- "ActualQPS": 0,
- "DurationHistogram": {
- "Avg": 0,
- "Max": 0,
- "Min": 0,
- "Percentiles": [
- {
- "Percentile": 0,
- "Value": 0
}
]
}, - "RequestedDuration": "string",
- "StartTime": "2019-08-24T14:15:22Z",
- "URL": "string",
- "load-generator": "string"
}, - "server_board_config": null,
- "mesh": "string",
- "server_metrics": null
}
], - "total_count": 0
}Returns the list of all the performance profiles saved by the current user
{- "page": 0,
- "page_size": 0,
- "profiles": [
- {
- "updated_at": "string",
- "request_body": "string",
- "service_mesh": "string",
- "request_cookies": "string",
- "total_results": 0,
- "content_type": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last_run": "string",
- "load_generators": [
- "string"
], - "name": "string",
- "qps": 0,
- "request_headers": "string",
- "schedule": "0caaa334-df8e-492a-85be-f8a502a13416",
- "concurrent_request": 0,
- "created_at": "string",
- "duration": "string",
- "endpoints": [
- "string"
]
}
], - "total_count": 0
}Save performance profile using the current provider's persistence mechanism
| name | string name of performance profile |
| qps | integer <int64> qps in integer |
| service_mesh | string service mesh for performance tests |
| concurrent_request | integer <int64> number of concurrent requests |
| duration | string duration of tests e.g. 30s |
| endpoints | Array of strings array of urls of performance results |
| load_generators | Array of strings array of load generators |
{- "name": "string",
- "qps": 0,
- "service_mesh": "string",
- "concurrent_request": 0,
- "duration": "string",
- "endpoints": [
- "string"
], - "load_generators": [
- "string"
]
}{- "updated_at": "string",
- "created_at": "string",
- "endpoints": [
- "string"
], - "name": "string",
- "qps": 0,
- "request_body": "string",
- "request_cookies": "string",
- "request_headers": "string",
- "content_type": "string",
- "duration": "string",
- "load_generators": [
- "string"
], - "total_results": 0,
- "concurrent_request": 0,
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "last_run": "string",
- "schedule": "0caaa334-df8e-492a-85be-f8a502a13416",
- "service_mesh": "string"
}Fetchs pages of results from Remote Provider for the given id
| id required | string <uuid> id for a specific |
{- "page": 0,
- "page_size": 0,
- "results": [
- {
- "meshery_id": "f848a421-a52a-450d-885d-65ff7abd6393",
- "runner_results": {
- "load-generator": "string",
- "ActualDuration": 0,
- "ActualQPS": 0,
- "DurationHistogram": {
- "Avg": 0,
- "Max": 0,
- "Min": 0,
- "Percentiles": [
- {
- "Percentile": 0,
- "Value": 0
}
]
}, - "RequestedDuration": "string",
- "StartTime": "2019-08-24T14:15:22Z",
- "URL": "string"
}, - "server_board_config": null,
- "server_metrics": null,
- "test_start_time": "2019-08-24T14:15:22Z",
- "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
- "mesh": "string",
- "performance_profile": "daa36017-1e94-444f-ae03-c54ec0a421d8",
- "name": "string"
}
], - "total_count": 0
}Used to persist selected board and panels
Array of objects (Panel represents panels of different types defined in Grafana.) | |
| templateVars | Array of strings |
object GrafanaBoard represents a Grafana board |
[- {
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- {
- "valueTypes": [ ],
- "label": null,
- "metricKinds": [ ],
- "text": null,
- "value": null
}
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": "string",
- "size": "string",
- "interval": "string",
- "min_doc_count": null,
- "order": "string"
}
}
], - "group": [
- {
- "params": [
- "string"
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [
- null
], - "type": "string"
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- "string"
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- 0
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- "string"
]
}, - "reducer": {
- "params": [
- "string"
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": "string",
- "value": 0
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
], - "board": {
- "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "nameFilter": "string",
- "legend": {
- "current": true,
- "max": true,
- "rightSide": true,
- "show": true,
- "sideWidth": 0,
- "alignAsTable": true,
- "avg": true,
- "min": true,
- "total": true,
- "values": true,
- "hideEmpty": true,
- "hideZero": true
}, - "sparkline": {
- "lineColor": "string",
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- null
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- null
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- { }
], - "tags": [
- { }
], - "alignOptions": [
- { }
], - "alignmentPeriod": "string",
- "bucketAggs": [
- { }
], - "group": [
- { }
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- null
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": null,
- "property2": null
}, - "dsType": "string",
- "select": [
- [ ]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- { }
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": null,
- "evaluator": { },
- "operator": { },
- "query": { },
- "reducer": { }
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": null,
- "uid": null,
- "disableResolveMessage": null,
- "frequency": null,
- "id": null,
- "name": null,
- "sendReminder": null,
- "isDefault": null,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- null
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- null
], - "unit": "string",
- "valueMaps": [
- { }
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": null,
- "Valid": null
}, - "min": {
- "Valid": null,
- "Value": null
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": null,
- "Value": null
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- null
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}, - "unit": "string",
- "color": {
- "fixedColor": null,
- "mode": null,
- "seriesBy": null
}, - "custom": {
- "thresholdsStyle": { },
- "axisLabel": null,
- "drawStyle": null,
- "lineStyle": { },
- "scaleDistribution": { },
- "axisSoftMin": null,
- "fillOpacity": null,
- "pointSize": null,
- "lineWidth": null,
- "stacking": { },
- "axisSoftMax": null,
- "gradientMode": null,
- "hideFrom": { },
- "showPoints": null,
- "spanNulls": null,
- "axisPlacement": null,
- "barAlignment": null,
- "lineInterpolation": null
}, - "decimals": 0,
- "links": [
- { }
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "hideTimeOverride": true,
- "id": 0,
- "recent": true,
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "datasource": null,
- "hideZeroBuckets": true,
- "sort": {
- "col": 0,
- "desc": true
}, - "yaxes": [
- {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}
], - "postfixFontSize": "string",
- "seriesOverrides": [
- {
- "lines": true,
- "nullPointMode": "string",
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "alias": "string",
- "bars": true,
- "color": "string",
- "legend": true,
- "fill": 0,
- "fillBelowTo": "string",
- "linewidth": 0,
- "transform": "string",
- "dashes": true,
- "yaxis": 0,
- "zindex": 0
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "tooltipDecimals": 0,
- "error": true,
- "reverseYBuckets": true,
- "dashboardTags": [
- "string"
], - "styles": [
- {
- "linkUrl": "string",
- "mappingType": 0,
- "colorMode": "string",
- "dateFormat": "string",
- "link": true,
- "linkTooltip": "string",
- "alias": "string",
- "colors": [
- "string"
], - "pattern": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "value": "string",
- "op": "string",
- "text": "string"
}
], - "decimals": 0,
- "linkTargetBlank": true,
- "type": "string"
}
], - "yBucketSize": 0,
- "limit": 0,
- "stateFilter": [
- "string"
], - "tags": [
- "string"
], - "dashes": true,
- "editable": true,
- "fill": 0,
- "scroll": true,
- "points": true,
- "rangeMaps": [
- {
- "text": "string",
- "to": "string",
- "from": "string"
}
], - "type": "string",
- "pageSize": 0,
- "repeat": "string",
- "transform": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "format": "string",
- "options": {
- "legend": {
- "placement": "string",
- "calcs": [
- "string"
], - "displayMode": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "headings": true,
- "y_formats": [
- "string"
], - "height": null,
- "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "timeFrom": "string",
- "xAxis": {
- "show": true
}, - "spaceLength": 0,
- "timeShift": "string",
- "colorBackground": true,
- "linewidth": 0,
- "prefix": "string",
- "yBucketBound": "string",
- "onlyAlertsOnDashboard": true,
- "starred": true,
- "valueFontSize": "string",
- "prefixFontSize": "string",
- "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "alert": {
- "notifications": [
- {
- "id": 0,
- "isDefault": true,
- "name": "string",
- "settings": null,
- "disableResolveMessage": true,
- "frequency": "string",
- "sendReminder": true,
- "type": "string",
- "uid": "string"
}
], - "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "conditions": [
- {
- "evaluator": {
- "params": [
- null
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- null
]
}, - "reducer": {
- "params": [
- null
], - "type": "string"
}, - "type": "string"
}
], - "executionErrorState": "string",
- "message": "string",
- "name": "string",
- "noDataState": "string",
- "for": "string",
- "frequency": "string",
- "handler": 0
}, - "fieldConfig": {
- "defaults": {
- "custom": {
- "drawStyle": "string",
- "thresholdsStyle": {
- "mode": "string"
}, - "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisPlacement": "string",
- "fillOpacity": 0,
- "gradientMode": "string",
- "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "lineStyle": {
- "fill": "string"
}, - "pointSize": 0,
- "spanNulls": true,
- "axisLabel": "string",
- "axisSoftMax": 0,
- "axisSoftMin": 0,
- "lineInterpolation": "string",
- "barAlignment": 0,
- "hideFrom": {
- "tooltip": true,
- "viz": true,
- "legend": true
}, - "lineWidth": 0,
- "showPoints": "string"
}, - "decimals": 0,
- "links": [
- {
- "icon": "string",
- "params": "string",
- "tooltip": "string",
- "type": "string",
- "url": "string",
- "asDropdown": true,
- "dashUri": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- null
], - "targetBlank": true,
- "title": "string"
}
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "value": null,
- "color": null
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}
}
}, - "links": [
- {
- "tooltip": "string",
- "type": "string",
- "url": "string",
- "dashUri": "string",
- "keepTime": true,
- "params": "string",
- "targetBlank": true,
- "title": "string",
- "asDropdown": true,
- "dashboard": "string",
- "icon": "string",
- "includeVars": true,
- "tags": [
- "string"
]
}
], - "colors": [
- "string"
], - "mappingType": 0,
- "title": "string",
- "collapsed": true,
- "content": "string",
- "yBucketNumber": 0,
- "y-axis": true,
- "gridPos": {
- "y": 0,
- "h": 0,
- "w": 0,
- "x": 0
}, - "mode": "string",
- "renderer": "string",
- "repeatPanelId": 0,
- "minSpan": 0,
- "rightYAxisLabel": "string",
- "aliasColors": null,
- "description": "string",
- "folderId": 0,
- "span": 0,
- "show": "string",
- "showHeader": true,
- "transparent": true,
- "xaxis": {
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string"
}, - "colorValue": true,
- "query": "string",
- "thresholds": "string",
- "color": {
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0,
- "max": 0
}, - "isNew": true,
- "lines": true,
- "targets": [
- {
- "statistics": [
- "string"
], - "table": "string",
- "timeColumn": "string",
- "format": "string",
- "perSeriesAligner": "string",
- "filters": [
- "string"
], - "group": [
- {
- "params": [
- null
], - "type": "string"
}
], - "hide": true,
- "intervalFactor": 0,
- "metricType": "string",
- "query": "string",
- "alignOptions": [
- {
- "options": [
- { }
], - "expanded": true,
- "label": "string"
}
], - "bucketAggs": [
- {
- "settings": {
- "min_doc_count": null,
- "order": null,
- "orderBy": null,
- "size": null,
- "interval": null
}, - "type": "string",
- "field": "string",
- "id": "string"
}
], - "where": [
- {
- "params": [
- null
], - "type": "string",
- "datatype": "string",
- "name": "string"
}
], - "step": 0,
- "timeField": "string",
- "interval": "string",
- "period": "string",
- "projectName": "string",
- "target": "string",
- "alias": "string",
- "datasource": null,
- "refId": "string",
- "valueType": "string",
- "legendFormat": "string",
- "measurement": "string",
- "dsType": "string",
- "metricName": "string",
- "aliasBy": "string",
- "alignmentPeriod": "string",
- "region": "string",
- "crossSeriesReducer": "string",
- "rawSql": "string",
- "metricKind": "string",
- "namespace": "string",
- "rawQuery": true,
- "select": [
- [
- {
- "type": null,
- "params": [ ]
}
]
], - "tags": [
- {
- "key": "string",
- "operator": "string",
- "value": "string"
}
], - "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "instant": true,
- "metricColumn": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "expr": "string",
- "groupBy": [
- "string"
]
}
], - "steppedLine": true,
- "decimals": 0,
- "pointradius": 0,
- "postfix": "string",
- "search": true,
- "valueName": "string",
- "dataFormat": "string",
- "sortOrder": 0,
- "highlightCards": true,
- "leftYAxisLabel": "string",
- "nullPointMode": "string",
- "percentage": true,
- "stack": true,
- "bars": true,
- "xBucketNumber": 0,
- "xBucketSize": "string",
- "yAxis": {
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0
}, - "x-axis": true
}
], - "slug": "string",
- "template_vars": [
- {
- "hide": 0,
- "name": "string",
- "query": "string",
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}
}
]
}
}
]Used to fetch the static board
{- "property1": {
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- {
- "valueTypes": [ ],
- "label": null,
- "metricKinds": [ ],
- "text": null,
- "value": null
}
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": "string",
- "size": "string",
- "interval": "string",
- "min_doc_count": null,
- "order": "string"
}
}
], - "group": [
- {
- "params": [
- "string"
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [
- null
], - "type": "string"
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- "string"
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- 0
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- "string"
]
}, - "reducer": {
- "params": [
- "string"
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": "string",
- "value": 0
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
], - "title": "string",
- "uid": "string"
}, - "property2": {
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- {
- "valueTypes": [ ],
- "label": null,
- "metricKinds": [ ],
- "text": null,
- "value": null
}
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": "string",
- "size": "string",
- "interval": "string",
- "min_doc_count": null,
- "order": "string"
}
}
], - "group": [
- {
- "params": [
- "string"
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [
- null
], - "type": "string"
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- "string"
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- 0
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- "string"
]
}, - "reducer": {
- "params": [
- "string"
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": "string",
- "value": 0
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
], - "title": "string",
- "uid": "string"
}
}Used for importing Grafana board for Prometheus
{- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- {
- "valueTypes": [
- null
], - "label": "string",
- "metricKinds": [
- null
], - "text": "string",
- "value": "string"
}
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": "string",
- "size": "string",
- "interval": "string",
- "min_doc_count": null,
- "order": "string"
}
}
], - "group": [
- {
- "params": [
- "string"
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [
- "string"
], - "type": "string"
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- "string"
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- 0
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- "string"
]
}, - "reducer": {
- "params": [
- "string"
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": "string",
- "value": 0
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- "string"
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
], - "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0
}Used for fetching Prometheus configuration
{- "prometheusURL": "string",
- "selectedPrometheusBoardsConfigs": [
- {
- "board": {
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "dashes": true,
- "fill": 0,
- "lines": true,
- "yaxes": [
- {
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0
}
], - "dashLength": 0,
- "sort": {
- "desc": true,
- "col": 0
}, - "stack": true,
- "hideTimeOverride": true,
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}, - "dataFormat": "string",
- "height": null,
- "transform": "string",
- "x-axis": true,
- "content": "string",
- "highlightCards": true,
- "isNew": true,
- "seriesOverrides": [
- {
- "transform": "string",
- "alias": "string",
- "fill": 0,
- "legend": true,
- "lines": true,
- "nullPointMode": "string",
- "yaxis": 0,
- "bars": true,
- "color": "string",
- "dashes": true,
- "fillBelowTo": "string",
- "linewidth": 0,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "zindex": 0
}
], - "valueName": "string",
- "colorBackground": true,
- "transparent": true,
- "leftYAxisLabel": "string",
- "mappingType": 0,
- "onlyAlertsOnDashboard": true,
- "editable": true,
- "linewidth": 0,
- "mappingTypes": [
- {
- "value": 0,
- "name": "string"
}
], - "minSpan": 0,
- "dashboardTags": [
- "string"
], - "points": true,
- "sortOrder": 0,
- "spaceLength": 0,
- "stateFilter": [
- "string"
], - "datasource": null,
- "collapsed": true,
- "description": "string",
- "y-axis": true,
- "timeFrom": "string",
- "timeShift": "string",
- "yBucketSize": 0,
- "renderer": "string",
- "error": true,
- "percentage": true,
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "pointradius": 0,
- "rangeMaps": [
- {
- "to": "string",
- "from": "string",
- "text": "string"
}
], - "show": "string",
- "targets": [
- {
- "intervalFactor": 0,
- "namespace": "string",
- "projectName": "string",
- "refId": "string",
- "tags": [
- {
- "key": null,
- "operator": null,
- "value": null
}
], - "filters": [
- "string"
], - "hide": true,
- "legendFormat": "string",
- "rawQuery": true,
- "region": "string",
- "timeColumn": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "metricKind": "string",
- "statistics": [
- "string"
], - "crossSeriesReducer": "string",
- "alignOptions": [
- {
- "expanded": null,
- "label": null,
- "options": [ ]
}
], - "alignmentPeriod": "string",
- "groupBy": [
- "string"
], - "interval": "string",
- "metricName": "string",
- "period": "string",
- "aliasBy": "string",
- "measurement": "string",
- "metrics": [
- {
- "type": null,
- "field": null,
- "id": null
}
], - "target": "string",
- "group": [
- {
- "params": [ ],
- "type": null
}
], - "instant": true,
- "select": [
- [
- { }
]
], - "table": "string",
- "bucketAggs": [
- {
- "field": null,
- "id": null,
- "settings": { },
- "type": null
}
], - "dsType": "string",
- "metricColumn": "string",
- "metricType": "string",
- "perSeriesAligner": "string",
- "step": 0,
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "datasource": null,
- "expr": "string",
- "format": "string",
- "query": "string",
- "rawSql": "string",
- "timeField": "string",
- "valueType": "string",
- "alias": "string"
}
], - "id": 0,
- "pageSize": 0,
- "rightYAxisLabel": "string",
- "thresholds": "string",
- "recent": true,
- "scroll": true,
- "tooltipDecimals": 0,
- "headings": true,
- "prefixFontSize": "string",
- "span": 0,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "xAxis": {
- "show": true
}, - "xBucketNumber": 0,
- "yBucketBound": "string",
- "styles": [
- {
- "pattern": "string",
- "type": "string",
- "unit": "string",
- "colorMode": "string",
- "linkUrl": "string",
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "linkTooltip": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
], - "alias": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "mappingType": 0,
- "thresholds": [
- "string"
]
}
], - "format": "string",
- "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "y_formats": [
- "string"
], - "colors": [
- "string"
], - "gauge": {
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true,
- "maxValue": 0
}, - "mode": "string",
- "tooltip": {
- "shared": true,
- "sort": 0,
- "value_type": "string",
- "msResolution": true
}, - "type": "string",
- "alert": {
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "for": "string",
- "frequency": "string",
- "notifications": [
- {
- "disableResolveMessage": true,
- "id": 0,
- "settings": null,
- "type": "string",
- "uid": "string",
- "frequency": "string",
- "isDefault": true,
- "name": "string",
- "sendReminder": true
}
], - "conditions": [
- {
- "reducer": {
- "params": [ ],
- "type": null
}, - "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}
}
], - "executionErrorState": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "noDataState": "string"
}, - "reverseYBuckets": true,
- "valueFontSize": "string",
- "folderId": 0,
- "decimals": 0,
- "postfix": "string",
- "legend": {
- "current": true,
- "max": true,
- "min": true,
- "sideWidth": 0,
- "avg": true,
- "hideEmpty": true,
- "hideZero": true,
- "rightSide": true,
- "show": true,
- "total": true,
- "values": true,
- "alignAsTable": true
}, - "limit": 0,
- "hideZeroBuckets": true,
- "query": "string",
- "starred": true,
- "tags": [
- "string"
], - "links": [
- {
- "keepTime": true,
- "tags": [
- "string"
], - "title": "string",
- "includeVars": true,
- "dashUri": "string",
- "dashboard": "string",
- "icon": "string",
- "params": "string",
- "targetBlank": true,
- "tooltip": "string",
- "type": "string",
- "asDropdown": true,
- "url": "string"
}
], - "postfixFontSize": "string",
- "repeatPanelId": 0,
- "steppedLine": true,
- "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "fieldConfig": {
- "defaults": {
- "custom": {
- "axisLabel": "string",
- "axisPlacement": "string",
- "axisSoftMax": 0,
- "barAlignment": 0,
- "drawStyle": "string",
- "fillOpacity": 0,
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "pointSize": 0,
- "axisSoftMin": 0,
- "lineWidth": 0,
- "scaleDistribution": {
- "log": null,
- "type": null
}, - "showPoints": "string",
- "stacking": {
- "group": null,
- "mode": null
}, - "gradientMode": "string",
- "lineInterpolation": "string",
- "lineStyle": {
- "fill": null
}, - "spanNulls": true,
- "thresholdsStyle": {
- "mode": null
}
}, - "decimals": 0,
- "links": [
- {
- "title": null,
- "tooltip": null,
- "url": null,
- "asDropdown": null,
- "dashUri": null,
- "icon": null,
- "keepTime": null,
- "targetBlank": null,
- "dashboard": null,
- "includeVars": null,
- "params": null,
- "tags": [ ],
- "type": null
}
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}
}
}, - "prefix": "string",
- "xaxis": {
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Value": 0,
- "Valid": true
}, - "show": true,
- "decimals": 0,
- "format": "string"
}, - "yBucketNumber": 0,
- "colorValue": true,
- "nullPointMode": "string",
- "sparkline": {
- "lineColor": "string",
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true
}, - "aliasColors": null,
- "nameFilter": "string",
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": null,
- "text": null,
- "value": null
}, - "property2": {
- "selected": null,
- "text": null,
- "value": null
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": null,
- "query": null,
- "step": null,
- "aliasBy": null,
- "crossSeriesReducer": null,
- "groupBy": [ ],
- "hide": null,
- "metricName": null,
- "valueType": null,
- "alias": null,
- "datasource": null,
- "filters": [ ],
- "intervalFactor": null,
- "metricType": null,
- "metrics": [ ],
- "tags": [ ],
- "alignOptions": [ ],
- "alignmentPeriod": null,
- "bucketAggs": [ ],
- "group": [ ],
- "expr": null,
- "format": null,
- "interval": null,
- "perSeriesAligner": null,
- "region": null,
- "statistics": [ ],
- "timeField": null,
- "instant": null,
- "metricColumn": null,
- "metricKind": null,
- "refId": null,
- "dimensions": { },
- "dsType": null,
- "select": [ ],
- "legendFormat": null,
- "namespace": null,
- "period": null,
- "timeColumn": null,
- "target": null,
- "where": [ ],
- "measurement": null,
- "rawQuery": null,
- "rawSql": null,
- "table": null
}
], - "options": {
- "legend": {
- "calcs": [ ],
- "displayMode": null,
- "placement": null
}, - "tooltip": {
- "mode": null
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": null,
- "text": null,
- "to": null
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- { }
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": null,
- "property2": null
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- { }
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": null,
- "link": null,
- "linkTargetBlank": null,
- "pattern": null,
- "colorMode": null,
- "colors": [ ],
- "dateFormat": null,
- "linkUrl": null,
- "type": null,
- "alias": null,
- "mappingType": null,
- "linkTooltip": null,
- "thresholds": [ ],
- "unit": null,
- "valueMaps": [ ]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": null,
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { }
}
], - "columns": [
- {
- "text": null,
- "value": null
}
], - "seriesOverrides": [
- {
- "dashes": null,
- "fill": null,
- "fillBelowTo": null,
- "zindex": null,
- "color": null,
- "transform": null,
- "alias": null,
- "lines": null,
- "linewidth": null,
- "nullPointMode": null,
- "yaxis": null,
- "legend": null,
- "stack": { },
- "bars": null
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": null,
- "value": null
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "params": null,
- "tags": [ ],
- "targetBlank": null,
- "asDropdown": null,
- "dashUri": null,
- "type": null,
- "url": null,
- "title": null,
- "tooltip": null
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": null,
- "min": null,
- "thresholds": { },
- "unit": null,
- "color": { },
- "custom": { },
- "decimals": null,
- "links": [ ]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "search": true,
- "showHeader": true,
- "title": "string",
- "xBucketSize": "string",
- "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "repeat": "string",
- "color": {
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "bars": true
}
], - "slug": "string",
- "template_vars": [
- {
- "query": "string",
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string"
}
], - "title": "string",
- "uid": "string"
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": "string",
- "id": "string",
- "type": "string"
}
], - "tags": [
- {
- "operator": "string",
- "value": "string",
- "key": "string"
}
], - "alignOptions": [
- {
- "label": "string",
- "options": [
- { }
], - "expanded": true
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": "string",
- "field": "string",
- "id": "string",
- "settings": {
- "orderBy": null,
- "size": null,
- "interval": null,
- "min_doc_count": null,
- "order": null
}
}
], - "group": [
- {
- "params": [
- null
], - "type": "string"
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- {
- "params": [ ],
- "type": null
}
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": "string",
- "name": "string",
- "params": [
- null
], - "type": "string"
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [
- null
], - "type": "string"
}, - "operator": {
- "type": "string"
}, - "query": {
- "params": [
- null
]
}, - "reducer": {
- "params": [
- null
], - "type": "string"
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- {
- "color": null,
- "value": null
}
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": "string"
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": "string"
}, - "scaleDistribution": {
- "log": 0,
- "type": "string"
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": "string",
- "mode": "string"
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": true,
- "tooltip": true,
- "viz": true
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "tags": [
- null
], - "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "params": "string",
- "type": "string"
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}Returns the available list of providers
{- "property1": {
- "extensions": {
- "account": [
- {
- "children": [
- {
- "show": true,
- "title": "string",
- "type": "string",
- "children": [
- {
- "component": "string",
- "href": {
- "external": null,
- "uri": null
}, - "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "type": "string",
- "children": [
- null
]
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "link": true,
- "on_click_callback": 0
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "type": "string"
}
], - "graphql": [
- {
- "component": "string",
- "path": "string",
- "type": "string"
}
], - "navigator": [
- {
- "href": {
- "external": true,
- "uri": "string"
}, - "icon": "string",
- "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "children": [
- {
- "children": [
- {
- "component": "string",
- "href": {
- "external": null,
- "uri": null
}, - "icon": "string",
- "link": true,
- "show": true,
- "children": [
- null
], - "on_click_callback": 0,
- "title": "string",
- "type": "string",
- "allowedTo": {
- "visualizer": null,
- "designer": { }
}
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "on_click_callback": 0,
- "title": "string",
- "allowedTo": {
- "designer": {
- "save": true,
- "saveAs": true,
- "validate": true,
- "application": true,
- "deploy": true,
- "filter": true,
- "design": true,
- "new": true,
- "unDeploy": true
}, - "visualizer": true
}, - "link": true,
- "show": true,
- "type": "string",
- "icon": "string"
}
], - "component": "string",
- "allowedTo": {
- "designer": {
- "new": true,
- "save": true,
- "saveAs": true,
- "unDeploy": true,
- "application": true,
- "deploy": true,
- "validate": true,
- "design": true,
- "filter": true
}, - "visualizer": true
}, - "type": "string"
}
], - "user_prefs": [
- {
- "component": "string",
- "type": "string"
}
]
}, - "package_url": "string",
- "package_version": "string",
- "provider_name": "string",
- "provider_url": "string",
- "restrictedAccess": {
- "allowedComponents": {
- "header": {
- "notifications": true,
- "profile": true,
- "settings": true,
- "contextSwitcher": true
}, - "navigator": {
- "performance": true,
- "toggler": true,
- "configuration": {
- "applications": true,
- "designs": true,
- "filters": true
}, - "conformance": true,
- "dashboard": true,
- "extensions": true,
- "help": true,
- "lifecycle": {
- "nginx": true,
- "cilium": true,
- "citrix": true,
- "consul": true,
- "kuma": true,
- "linkerd": true,
- "appMesh": true,
- "istio": true,
- "nsm": true
}
}
}, - "isMesheryUiRestricted": true
}, - "capabilities": [
- {
- "endpoint": "string",
- "feature": "string"
}
], - "provider_description": [
- "string"
], - "provider_type": "string"
}, - "property2": {
- "extensions": {
- "account": [
- {
- "children": [
- {
- "show": true,
- "title": "string",
- "type": "string",
- "children": [
- {
- "component": "string",
- "href": {
- "external": null,
- "uri": null
}, - "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "type": "string",
- "children": [
- null
]
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "link": true,
- "on_click_callback": 0
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "type": "string"
}
], - "graphql": [
- {
- "component": "string",
- "path": "string",
- "type": "string"
}
], - "navigator": [
- {
- "href": {
- "external": true,
- "uri": "string"
}, - "icon": "string",
- "link": true,
- "on_click_callback": 0,
- "show": true,
- "title": "string",
- "children": [
- {
- "children": [
- {
- "component": "string",
- "href": {
- "external": null,
- "uri": null
}, - "icon": "string",
- "link": true,
- "show": true,
- "children": [
- null
], - "on_click_callback": 0,
- "title": "string",
- "type": "string",
- "allowedTo": {
- "visualizer": null,
- "designer": { }
}
}
], - "component": "string",
- "href": {
- "external": true,
- "uri": "string"
}, - "on_click_callback": 0,
- "title": "string",
- "allowedTo": {
- "designer": {
- "save": true,
- "saveAs": true,
- "validate": true,
- "application": true,
- "deploy": true,
- "filter": true,
- "design": true,
- "new": true,
- "unDeploy": true
}, - "visualizer": true
}, - "link": true,
- "show": true,
- "type": "string",
- "icon": "string"
}
], - "component": "string",
- "allowedTo": {
- "designer": {
- "new": true,
- "save": true,
- "saveAs": true,
- "unDeploy": true,
- "application": true,
- "deploy": true,
- "validate": true,
- "design": true,
- "filter": true
}, - "visualizer": true
}, - "type": "string"
}
], - "user_prefs": [
- {
- "component": "string",
- "type": "string"
}
]
}, - "package_url": "string",
- "package_version": "string",
- "provider_name": "string",
- "provider_url": "string",
- "restrictedAccess": {
- "allowedComponents": {
- "header": {
- "notifications": true,
- "profile": true,
- "settings": true,
- "contextSwitcher": true
}, - "navigator": {
- "performance": true,
- "toggler": true,
- "configuration": {
- "applications": true,
- "designs": true,
- "filters": true
}, - "conformance": true,
- "dashboard": true,
- "extensions": true,
- "help": true,
- "lifecycle": {
- "nginx": true,
- "cilium": true,
- "citrix": true,
- "consul": true,
- "kuma": true,
- "linkerd": true,
- "appMesh": true,
- "istio": true,
- "nsm": true
}
}
}, - "isMesheryUiRestricted": true
}, - "capabilities": [
- {
- "endpoint": "string",
- "feature": "string"
}
], - "provider_description": [
- "string"
], - "provider_type": "string"
}
}Returns the list of all the schedules saved by the current user
{- "page": 0,
- "page_size": 0,
- "schedules": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "cron_expression": "string"
}
], - "total_count": 0
}Deletes a schedule with the given id
| id required | string <uuid> id for a specific |
{- "page_size": 0,
- "schedules": [
- {
- "cron_expression": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
], - "total_count": 0,
- "page": 0
}Fetches and returns all the adapters and ping adapters
| adapter | string |
[- {
- "adapter_location": "string",
- "git_commit_sha": "string",
- "name": "string",
- "ops": [
- {
- "category": 0,
- "key": "string",
- "value": "string"
}
], - "version": "string"
}
]Used to send session data to the UI for initial sync
{- "anonymousUsageStats": true,
- "grafana": {
- "grafanaAPIKey": "string",
- "grafanaURL": "string",
- "selectedBoardsConfigs": [
- {
- "board": {
- "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
], - "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "yBucketNumber": 0,
- "colorBackground": true,
- "content": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "prefixFontSize": "string",
- "valueName": "string",
- "sortOrder": 0,
- "targets": [
- {
- "rawSql": "string",
- "refId": "string",
- "alignOptions": [
- { }
], - "alignmentPeriod": "string",
- "dimensions": {
- "property1": null,
- "property2": null
}, - "expr": "string",
- "format": "string",
- "metricColumn": "string",
- "datasource": null,
- "group": [
- { }
], - "intervalFactor": 0,
- "select": [
- [ ]
], - "table": "string",
- "timeField": "string",
- "bucketAggs": [
- { }
], - "dsType": "string",
- "timeColumn": "string",
- "valueType": "string",
- "alias": "string",
- "namespace": "string",
- "period": "string",
- "groupBy": [
- null
], - "hide": true,
- "measurement": "string",
- "metricName": "string",
- "projectName": "string",
- "statistics": [
- null
], - "step": 0,
- "aliasBy": "string",
- "filters": [
- null
], - "metrics": [
- { }
], - "query": "string",
- "rawQuery": true,
- "region": "string",
- "interval": "string",
- "metricKind": "string",
- "metricType": "string",
- "perSeriesAligner": "string",
- "where": [
- { }
], - "crossSeriesReducer": "string",
- "instant": true,
- "legendFormat": "string",
- "tags": [
- { }
], - "target": "string"
}
], - "transparent": true,
- "pageSize": 0,
- "recent": true,
- "folderId": 0,
- "repeatPanelId": 0,
- "scroll": true,
- "tooltipDecimals": 0,
- "colors": [
- "string"
], - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "valueFontSize": "string",
- "scopedVars": {
- "property1": {
- "value": "string",
- "selected": true,
- "text": "string"
}, - "property2": {
- "value": "string",
- "selected": true,
- "text": "string"
}
}, - "xBucketSize": "string",
- "legend": {
- "current": true,
- "max": true,
- "rightSide": true,
- "show": true,
- "sideWidth": 0,
- "alignAsTable": true,
- "avg": true,
- "hideEmpty": true,
- "hideZero": true,
- "min": true,
- "total": true,
- "values": true
}, - "fieldConfig": {
- "defaults": {
- "custom": {
- "lineInterpolation": null,
- "showPoints": null,
- "stacking": { },
- "barAlignment": null,
- "gradientMode": null,
- "thresholdsStyle": { },
- "axisSoftMax": null,
- "axisPlacement": null,
- "drawStyle": null,
- "lineWidth": null,
- "scaleDistribution": { },
- "spanNulls": null,
- "axisLabel": null,
- "fillOpacity": null,
- "hideFrom": { },
- "lineStyle": { },
- "pointSize": null,
- "axisSoftMin": null
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}, - "unit": "string",
- "color": {
- "mode": null,
- "seriesBy": null,
- "fixedColor": null
}
}
}, - "mode": "string",
- "alert": {
- "frequency": "string",
- "message": "string",
- "name": "string",
- "for": "string",
- "conditions": [
- {
- "evaluator": { },
- "operator": { },
- "query": { },
- "reducer": { },
- "type": null
}
], - "executionErrorState": "string",
- "handler": 0,
- "noDataState": "string",
- "notifications": [
- {
- "disableResolveMessage": null,
- "frequency": null,
- "name": null,
- "type": null,
- "id": null,
- "isDefault": null,
- "sendReminder": null,
- "settings": null,
- "uid": null
}
], - "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}
}, - "dashes": true,
- "steppedLine": true,
- "title": "string",
- "decimals": 0,
- "headings": true,
- "color": {
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0,
- "max": 0
}, - "hideTimeOverride": true,
- "height": null,
- "leftYAxisLabel": "string",
- "renderer": "string",
- "pointradius": 0,
- "prefix": "string",
- "tooltip": {
- "sort": 0,
- "value_type": "string",
- "msResolution": true,
- "shared": true
}, - "error": true,
- "query": "string",
- "postfixFontSize": "string",
- "minSpan": 0,
- "points": true,
- "showHeader": true,
- "id": 0,
- "limit": 0,
- "yBucketBound": "string",
- "isNew": true,
- "nameFilter": "string",
- "options": {
- "tooltip": {
- "mode": "string"
}, - "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}
}, - "styles": [
- {
- "colors": [
- null
], - "dateFormat": "string",
- "linkUrl": "string",
- "pattern": "string",
- "type": "string",
- "decimals": 0,
- "link": true,
- "thresholds": [
- null
], - "unit": "string",
- "colorMode": "string",
- "linkTooltip": "string",
- "mappingType": 0,
- "valueMaps": [
- { }
], - "alias": "string",
- "linkTargetBlank": true
}
], - "timeFrom": "string",
- "y_formats": [
- "string"
], - "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "timeShift": "string",
- "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "dashboardTags": [
- "string"
], - "thresholds": "string",
- "linewidth": 0,
- "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "collapsed": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "stateFilter": [
- "string"
], - "yAxis": {
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true,
- "splitFactor": 0
}, - "nullPointMode": "string",
- "hideZeroBuckets": true,
- "mappingType": 0,
- "stack": true,
- "transform": "string",
- "xBucketNumber": 0,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Value": 0,
- "Valid": true
}, - "show": true
}, - "dataFormat": "string",
- "editable": true,
- "description": "string",
- "links": [
- {
- "asDropdown": true,
- "dashUri": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- null
], - "type": "string",
- "url": "string",
- "icon": "string",
- "targetBlank": true,
- "title": "string",
- "tooltip": "string"
}
], - "rightYAxisLabel": "string",
- "yBucketSize": 0,
- "search": true,
- "tags": [
- "string"
], - "highlightCards": true,
- "postfix": "string",
- "show": "string",
- "starred": true,
- "x-axis": true,
- "y-axis": true,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "seriesOverrides": [
- {
- "legend": true,
- "lines": true,
- "linewidth": 0,
- "transform": "string",
- "yaxis": 0,
- "bars": true,
- "nullPointMode": "string",
- "stack": {
- "Flag": null,
- "Value": null
}, - "zindex": 0,
- "dashes": true,
- "fill": 0,
- "alias": "string",
- "color": "string",
- "fillBelowTo": "string"
}
], - "sort": {
- "col": 0,
- "desc": true
}, - "xAxis": {
- "show": true
}, - "yaxes": [
- {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}, - "show": true
}
], - "datasource": null,
- "lines": true,
- "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "onlyAlertsOnDashboard": true,
- "colorValue": true,
- "format": "string",
- "sparkline": {
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string"
}, - "type": "string",
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "repeat": "string",
- "dashLength": 0,
- "fill": 0,
- "aliasColors": null,
- "bars": true,
- "percentage": true,
- "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "span": 0
}
]
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}, - "loadTestPrefs": {
- "c": 0,
- "gen": "string",
- "qps": 0,
- "t": "string"
}, - "meshAdapters": [
- {
- "ops": [
- {
- "category": 0,
- "key": "string",
- "value": "string"
}
], - "version": "string",
- "adapter_location": "string",
- "git_commit_sha": "string",
- "name": "string"
}
], - "prometheus": {
- "prometheusURL": "string",
- "selectedPrometheusBoardsConfigs": [
- {
- "board": {
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "mode": "string",
- "search": true,
- "sort": {
- "col": 0,
- "desc": true
}, - "content": "string",
- "highlightCards": true,
- "percentage": true,
- "repeatPanelId": 0,
- "valueFontSize": "string",
- "points": true,
- "renderer": "string",
- "span": 0,
- "y-axis": true,
- "yaxes": [
- {
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string"
}
], - "bars": true,
- "scroll": true,
- "xBucketNumber": 0,
- "styles": [
- {
- "valueMaps": [
- { }
], - "alias": "string",
- "decimals": 0,
- "linkTargetBlank": true,
- "thresholds": [
- null
], - "unit": "string",
- "dateFormat": "string",
- "link": true,
- "linkUrl": "string",
- "pattern": "string",
- "linkTooltip": "string",
- "colorMode": "string",
- "colors": [
- null
], - "mappingType": 0,
- "type": "string"
}
], - "transparent": true,
- "pointradius": 0,
- "decimals": 0,
- "pageSize": 0,
- "postfix": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "links": [
- {
- "asDropdown": true,
- "dashboard": "string",
- "keepTime": true,
- "params": "string",
- "tags": [
- null
], - "targetBlank": true,
- "tooltip": "string",
- "type": "string",
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "includeVars": true,
- "title": "string"
}
], - "postfixFontSize": "string",
- "seriesOverrides": [
- {
- "color": "string",
- "dashes": true,
- "fill": 0,
- "transform": "string",
- "zindex": 0,
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "bars": true,
- "fillBelowTo": "string",
- "legend": true,
- "stack": {
- "Flag": null,
- "Value": null
}, - "yaxis": 0
}
], - "editable": true,
- "hideTimeOverride": true,
- "showHeader": true,
- "spaceLength": 0,
- "tooltipDecimals": 0,
- "colors": [
- "string"
], - "dashLength": 0,
- "format": "string",
- "prefix": "string",
- "x-axis": true,
- "options": {
- "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "targets": [
- {
- "datasource": null,
- "instant": true,
- "interval": "string",
- "metricName": "string",
- "period": "string",
- "rawSql": "string",
- "alignmentPeriod": "string",
- "expr": "string",
- "filters": [
- null
], - "group": [
- { }
], - "metricColumn": "string",
- "table": "string",
- "where": [
- { }
], - "alignOptions": [
- { }
], - "refId": "string",
- "step": 0,
- "timeColumn": "string",
- "alias": "string",
- "measurement": "string",
- "projectName": "string",
- "statistics": [
- null
], - "tags": [
- { }
], - "target": "string",
- "format": "string",
- "metricKind": "string",
- "metrics": [
- { }
], - "query": "string",
- "rawQuery": true,
- "perSeriesAligner": "string",
- "select": [
- [ ]
], - "valueType": "string",
- "aliasBy": "string",
- "dsType": "string",
- "groupBy": [
- null
], - "hide": true,
- "intervalFactor": 0,
- "bucketAggs": [
- { }
], - "crossSeriesReducer": "string",
- "dimensions": {
- "property1": null,
- "property2": null
}, - "legendFormat": "string",
- "metricType": "string",
- "namespace": "string",
- "region": "string",
- "timeField": "string"
}
], - "folderId": 0,
- "reverseYBuckets": true,
- "stack": true,
- "xaxis": {
- "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}
}, - "recent": true,
- "sortOrder": 0,
- "stateFilter": [
- "string"
], - "aliasColors": null,
- "show": "string",
- "timeShift": "string",
- "yBucketSize": 0,
- "xBucketSize": "string",
- "id": 0,
- "y_formats": [
- "string"
], - "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "height": null,
- "transform": "string",
- "starred": true,
- "dataFormat": "string",
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "lines": true,
- "colorBackground": true,
- "yAxis": {
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0
}, - "leftYAxisLabel": "string",
- "sparkline": {
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string"
}, - "steppedLine": true,
- "type": "string",
- "datasource": null,
- "fieldConfig": {
- "defaults": {
- "thresholds": {
- "steps": [ ],
- "mode": null
}, - "unit": "string",
- "color": {
- "fixedColor": null,
- "mode": null,
- "seriesBy": null
}, - "custom": {
- "thresholdsStyle": { },
- "drawStyle": null,
- "hideFrom": { },
- "pointSize": null,
- "stacking": { },
- "lineWidth": null,
- "axisLabel": null,
- "axisPlacement": null,
- "lineInterpolation": null,
- "lineStyle": { },
- "fillOpacity": null,
- "scaleDistribution": { },
- "showPoints": null,
- "spanNulls": null,
- "axisSoftMax": null,
- "axisSoftMin": null,
- "barAlignment": null,
- "gradientMode": null
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0,
- "min": 0
}
}, - "mappingType": 0,
- "yBucketNumber": 0,
- "collapsed": true,
- "headings": true,
- "hideZeroBuckets": true,
- "mappingTypes": [
- {
- "value": 0,
- "name": "string"
}
], - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "yBucketBound": "string",
- "title": "string",
- "colorValue": true,
- "dashes": true,
- "prefixFontSize": "string",
- "timeFrom": "string",
- "valueName": "string",
- "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "description": "string",
- "limit": 0,
- "repeat": "string",
- "linewidth": 0,
- "query": "string",
- "color": {
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string"
}, - "error": true,
- "legend": {
- "min": true,
- "rightSide": true,
- "show": true,
- "sideWidth": 0,
- "values": true,
- "avg": true,
- "current": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "alignAsTable": true,
- "hideEmpty": true
}, - "onlyAlertsOnDashboard": true,
- "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "thresholds": "string",
- "dashboardTags": [
- "string"
], - "fill": 0,
- "nullPointMode": "string",
- "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "alert": {
- "conditions": [
- {
- "type": null,
- "evaluator": { },
- "operator": { },
- "query": { },
- "reducer": { }
}
], - "executionErrorState": "string",
- "frequency": "string",
- "message": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "handler": 0,
- "name": "string",
- "noDataState": "string",
- "notifications": [
- {
- "frequency": null,
- "sendReminder": null,
- "uid": null,
- "disableResolveMessage": null,
- "id": null,
- "isDefault": null,
- "name": null,
- "settings": null,
- "type": null
}
], - "for": "string"
}, - "minSpan": 0,
- "nameFilter": "string",
- "isNew": true,
- "tags": [
- "string"
], - "xAxis": {
- "show": true
}, - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "rightYAxisLabel": "string",
- "tooltip": {
- "value_type": "string",
- "msResolution": true,
- "shared": true,
- "sort": 0
}
}
], - "slug": "string",
- "template_vars": [
- {
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string"
}
], - "title": "string",
- "uid": "string"
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}, - "updated_at": "2019-08-24T14:15:22Z",
- "usersExtensionPreferences": { },
- "anonymousPerfResults": true
}Fetches Prometheus and Grafana
{- "property1": [
- {
- "deletionGracePeriodSeconds": 0,
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "namespace": "string",
- "uid": "string",
- "spec": {
- "clusterIP": "string",
- "publishNotReadyAddresses": true,
- "loadBalancerClass": "string",
- "allocateLoadBalancerNodePorts": true,
- "clusterIPs": [
- "string"
], - "externalIPs": [
- "string"
], - "ipFamilies": [
- "string"
], - "loadBalancerSourceRanges": [
- "string"
], - "ports": [
- {
- "name": "string",
- "nodePort": 0,
- "port": 0,
- "protocol": "string",
- "targetPort": {
- "IntVal": 0,
- "StrVal": "string",
- "Type": 0
}, - "appProtocol": "string"
}
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "sessionAffinity": "string",
- "externalName": "string",
- "externalTrafficPolicy": "string",
- "healthCheckNodePort": 0,
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}, - "type": "string",
- "internalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "loadBalancerIP": "string"
}, - "deletionTimestamp": "string",
- "kind": "string",
- "managedFields": [
- {
- "time": "string",
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string",
- "subresource": "string"
}
], - "name": "string",
- "selfLink": "string",
- "creationTimestamp": "string",
- "finalizers": [
- "string"
], - "generateName": "string",
- "generation": 0,
- "annotations": {
- "property1": "string",
- "property2": "string"
}, - "apiVersion": "string",
- "ownerReferences": [
- {
- "name": "string",
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string"
}
], - "resourceVersion": "string",
- "status": {
- "conditions": [
- {
- "type": "string",
- "lastTransitionTime": "string",
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string"
}
], - "loadBalancer": {
- "ingress": [
- {
- "ports": [
- {
- "protocol": "string",
- "error": "string",
- "port": 0
}
], - "hostname": "string",
- "ip": "string"
}
]
}
}
}
], - "property2": [
- {
- "deletionGracePeriodSeconds": 0,
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "namespace": "string",
- "uid": "string",
- "spec": {
- "clusterIP": "string",
- "publishNotReadyAddresses": true,
- "loadBalancerClass": "string",
- "allocateLoadBalancerNodePorts": true,
- "clusterIPs": [
- "string"
], - "externalIPs": [
- "string"
], - "ipFamilies": [
- "string"
], - "loadBalancerSourceRanges": [
- "string"
], - "ports": [
- {
- "name": "string",
- "nodePort": 0,
- "port": 0,
- "protocol": "string",
- "targetPort": {
- "IntVal": 0,
- "StrVal": "string",
- "Type": 0
}, - "appProtocol": "string"
}
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "sessionAffinity": "string",
- "externalName": "string",
- "externalTrafficPolicy": "string",
- "healthCheckNodePort": 0,
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}, - "type": "string",
- "internalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "loadBalancerIP": "string"
}, - "deletionTimestamp": "string",
- "kind": "string",
- "managedFields": [
- {
- "time": "string",
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string",
- "subresource": "string"
}
], - "name": "string",
- "selfLink": "string",
- "creationTimestamp": "string",
- "finalizers": [
- "string"
], - "generateName": "string",
- "generation": 0,
- "annotations": {
- "property1": "string",
- "property2": "string"
}, - "apiVersion": "string",
- "ownerReferences": [
- {
- "name": "string",
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string"
}
], - "resourceVersion": "string",
- "status": {
- "conditions": [
- {
- "type": "string",
- "lastTransitionTime": "string",
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string"
}
], - "loadBalancer": {
- "ingress": [
- {
- "ports": [
- {
- "protocol": "string",
- "error": "string",
- "port": 0
}
], - "hostname": "string",
- "ip": "string"
}
]
}
}
}
]
}Used to persist adapter config
"string"[- {
- "git_commit_sha": "string",
- "name": "string",
- "ops": [
- {
- "category": 0,
- "key": "string",
- "value": "string"
}
], - "version": "string",
- "adapter_location": "string"
}
]{- "property1": [
- {
- "status": {
- "loadBalancer": {
- "ingress": [
- {
- "hostname": "string",
- "ip": "string",
- "ports": [
- {
- "error": "string",
- "port": 0,
- "protocol": "string"
}
]
}
]
}, - "conditions": [
- {
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string",
- "type": "string",
- "lastTransitionTime": "string"
}
]
}, - "annotations": {
- "property1": "string",
- "property2": "string"
}, - "creationTimestamp": "string",
- "generateName": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "resourceVersion": "string",
- "selfLink": "string",
- "spec": {
- "clusterIP": "string",
- "externalName": "string",
- "loadBalancerIP": "string",
- "loadBalancerSourceRanges": [
- "string"
], - "sessionAffinity": "string",
- "allocateLoadBalancerNodePorts": true,
- "clusterIPs": [
- "string"
], - "internalTrafficPolicy": "string",
- "ipFamilies": [
- "string"
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "type": "string",
- "externalIPs": [
- "string"
], - "externalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "loadBalancerClass": "string",
- "healthCheckNodePort": 0,
- "ports": [
- {
- "port": 0,
- "protocol": "string",
- "targetPort": {
- "Type": 0,
- "IntVal": 0,
- "StrVal": "string"
}, - "appProtocol": "string",
- "name": "string",
- "nodePort": 0
}
], - "publishNotReadyAddresses": true,
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}
}, - "uid": "string",
- "deletionTimestamp": "string",
- "kind": "string",
- "name": "string",
- "ownerReferences": [
- {
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string",
- "name": "string"
}
], - "generation": 0,
- "managedFields": [
- {
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string",
- "subresource": "string",
- "time": "string"
}
], - "apiVersion": "string",
- "deletionGracePeriodSeconds": 0,
- "finalizers": [
- "string"
], - "namespace": "string"
}
], - "property2": [
- {
- "status": {
- "loadBalancer": {
- "ingress": [
- {
- "hostname": "string",
- "ip": "string",
- "ports": [
- {
- "error": "string",
- "port": 0,
- "protocol": "string"
}
]
}
]
}, - "conditions": [
- {
- "message": "string",
- "observedGeneration": 0,
- "reason": "string",
- "status": "string",
- "type": "string",
- "lastTransitionTime": "string"
}
]
}, - "annotations": {
- "property1": "string",
- "property2": "string"
}, - "creationTimestamp": "string",
- "generateName": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "resourceVersion": "string",
- "selfLink": "string",
- "spec": {
- "clusterIP": "string",
- "externalName": "string",
- "loadBalancerIP": "string",
- "loadBalancerSourceRanges": [
- "string"
], - "sessionAffinity": "string",
- "allocateLoadBalancerNodePorts": true,
- "clusterIPs": [
- "string"
], - "internalTrafficPolicy": "string",
- "ipFamilies": [
- "string"
], - "selector": {
- "property1": "string",
- "property2": "string"
}, - "type": "string",
- "externalIPs": [
- "string"
], - "externalTrafficPolicy": "string",
- "ipFamilyPolicy": "string",
- "loadBalancerClass": "string",
- "healthCheckNodePort": 0,
- "ports": [
- {
- "port": 0,
- "protocol": "string",
- "targetPort": {
- "Type": 0,
- "IntVal": 0,
- "StrVal": "string"
}, - "appProtocol": "string",
- "name": "string",
- "nodePort": 0
}
], - "publishNotReadyAddresses": true,
- "sessionAffinityConfig": {
- "clientIP": {
- "timeoutSeconds": 0
}
}
}, - "uid": "string",
- "deletionTimestamp": "string",
- "kind": "string",
- "name": "string",
- "ownerReferences": [
- {
- "uid": "string",
- "apiVersion": "string",
- "blockOwnerDeletion": true,
- "controller": true,
- "kind": "string",
- "name": "string"
}
], - "generation": 0,
- "managedFields": [
- {
- "apiVersion": "string",
- "fieldsType": "string",
- "fieldsV1": { },
- "manager": "string",
- "operation": "string",
- "subresource": "string",
- "time": "string"
}
], - "apiVersion": "string",
- "deletionGracePeriodSeconds": 0,
- "finalizers": [
- "string"
], - "namespace": "string"
}
]
}Returns User Load Test Preferences
{- "loadTestPrefs": {
- "c": 0,
- "gen": "string",
- "qps": 0,
- "t": "string"
}, - "meshAdapters": [
- {
- "adapter_location": "string",
- "git_commit_sha": "string",
- "name": "string",
- "ops": [
- {
- "category": 0,
- "key": "string",
- "value": "string"
}
], - "version": "string"
}
], - "prometheus": {
- "prometheusURL": "string",
- "selectedPrometheusBoardsConfigs": [
- {
- "board": {
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "linewidth": 0,
- "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "title": "string",
- "xaxis": {
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string"
}, - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "yaxes": [
- {
- "min": {
- "Valid": null,
- "Value": null
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}
}
], - "scopedVars": {
- "property1": {
- "value": "string",
- "selected": true,
- "text": "string"
}, - "property2": {
- "value": "string",
- "selected": true,
- "text": "string"
}
}, - "seriesOverrides": [
- {
- "nullPointMode": "string",
- "color": "string",
- "fill": 0,
- "fillBelowTo": "string",
- "transform": "string",
- "zindex": 0,
- "bars": true,
- "dashes": true,
- "legend": true,
- "lines": true,
- "stack": {
- "Flag": null,
- "Value": null
}, - "yaxis": 0,
- "alias": "string",
- "linewidth": 0
}
], - "targets": [
- {
- "alignOptions": [
- { }
], - "interval": "string",
- "refId": "string",
- "step": 0,
- "table": "string",
- "timeColumn": "string",
- "measurement": "string",
- "period": "string",
- "projectName": "string",
- "valueType": "string",
- "rawSql": "string",
- "target": "string",
- "alias": "string",
- "datasource": null,
- "dsType": "string",
- "groupBy": [
- null
], - "instant": true,
- "rawQuery": true,
- "intervalFactor": 0,
- "metricKind": "string",
- "namespace": "string",
- "tags": [
- { }
], - "bucketAggs": [
- { }
], - "metrics": [
- { }
], - "perSeriesAligner": "string",
- "where": [
- { }
], - "statistics": [
- null
], - "dimensions": {
- "property1": null,
- "property2": null
}, - "expr": "string",
- "hide": true,
- "metricColumn": "string",
- "metricType": "string",
- "query": "string",
- "alignmentPeriod": "string",
- "filters": [
- null
], - "format": "string",
- "legendFormat": "string",
- "timeField": "string",
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "group": [
- { }
], - "metricName": "string",
- "region": "string",
- "select": [
- [ ]
]
}
], - "content": "string",
- "recent": true,
- "reverseYBuckets": true,
- "onlyAlertsOnDashboard": true,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "scroll": true,
- "showHeader": true,
- "decimals": 0,
- "query": "string",
- "search": true,
- "timeFrom": "string",
- "type": "string",
- "valueFontSize": "string",
- "yBucketBound": "string",
- "leftYAxisLabel": "string",
- "rangeMaps": [
- {
- "to": "string",
- "from": "string",
- "text": "string"
}
], - "y-axis": true,
- "yBucketSize": 0,
- "minSpan": 0,
- "nameFilter": "string",
- "span": 0,
- "y_formats": [
- "string"
], - "collapsed": true,
- "height": null,
- "styles": [
- {
- "decimals": 0,
- "linkTooltip": "string",
- "type": "string",
- "colors": [
- null
], - "dateFormat": "string",
- "mappingType": 0,
- "link": true,
- "pattern": "string",
- "unit": "string",
- "alias": "string",
- "colorMode": "string",
- "thresholds": [
- null
], - "valueMaps": [
- { }
], - "linkTargetBlank": true,
- "linkUrl": "string"
}
], - "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "format": "string",
- "xBucketSize": "string",
- "limit": 0,
- "points": true,
- "bars": true,
- "colors": [
- "string"
], - "error": true,
- "prefix": "string",
- "x-axis": true,
- "renderer": "string",
- "transform": "string",
- "colorBackground": true,
- "folderId": 0,
- "spaceLength": 0,
- "xBucketNumber": 0,
- "hideTimeOverride": true,
- "options": {
- "legend": {
- "placement": "string",
- "calcs": [
- null
], - "displayMode": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "postfixFontSize": "string",
- "aliasColors": null,
- "datasource": null,
- "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "valueMaps": [
- {
- "text": "string",
- "value": "string",
- "op": "string"
}
], - "alert": {
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "conditions": [
- {
- "operator": { },
- "query": { },
- "reducer": { },
- "type": null,
- "evaluator": { }
}
], - "executionErrorState": "string",
- "message": "string",
- "noDataState": "string",
- "notifications": [
- {
- "name": null,
- "sendReminder": null,
- "settings": null,
- "type": null,
- "uid": null,
- "disableResolveMessage": null,
- "frequency": null,
- "isDefault": null,
- "id": null
}
], - "for": "string",
- "frequency": "string",
- "handler": 0,
- "name": "string"
}, - "gauge": {
- "thresholdMarkers": true,
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true
}, - "starred": true,
- "prefixFontSize": "string",
- "dashboardTags": [
- "string"
], - "yBucketNumber": 0,
- "pageSize": 0,
- "transparent": true,
- "colorValue": true,
- "highlightCards": true,
- "isNew": true,
- "mappingType": 0,
- "valueName": "string",
- "pointradius": 0,
- "repeatPanelId": 0,
- "color": {
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0,
- "max": 0
}, - "dashes": true,
- "nullPointMode": "string",
- "tags": [
- "string"
], - "timeShift": "string",
- "fieldConfig": {
- "defaults": {
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}, - "unit": "string",
- "color": {
- "fixedColor": null,
- "mode": null,
- "seriesBy": null
}, - "custom": {
- "axisPlacement": null,
- "axisSoftMax": null,
- "fillOpacity": null,
- "hideFrom": { },
- "axisLabel": null,
- "axisSoftMin": null,
- "barAlignment": null,
- "drawStyle": null,
- "scaleDistribution": { },
- "showPoints": null,
- "gradientMode": null,
- "lineWidth": null,
- "pointSize": null,
- "spanNulls": null,
- "stacking": { },
- "thresholdsStyle": { },
- "lineInterpolation": null,
- "lineStyle": { }
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0
}
}, - "id": 0,
- "dataFormat": "string",
- "lines": true,
- "links": [
- {
- "params": "string",
- "tags": [
- null
], - "targetBlank": true,
- "title": "string",
- "asDropdown": true,
- "dashUri": "string",
- "includeVars": true,
- "keepTime": true,
- "tooltip": "string",
- "dashboard": "string",
- "icon": "string",
- "type": "string",
- "url": "string"
}
], - "rightYAxisLabel": "string",
- "hideZeroBuckets": true,
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "tooltipDecimals": 0,
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "legend": {
- "current": true,
- "min": true,
- "rightSide": true,
- "show": true,
- "total": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideEmpty": true,
- "hideZero": true,
- "max": true,
- "sideWidth": 0
}, - "fill": 0,
- "headings": true,
- "mode": "string",
- "xAxis": {
- "show": true
}, - "sparkline": {
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string"
}, - "thresholds": "string",
- "editable": true,
- "sort": {
- "col": 0,
- "desc": true
}, - "tooltip": {
- "sort": 0,
- "value_type": "string",
- "msResolution": true,
- "shared": true
}, - "dashLength": 0,
- "postfix": "string",
- "percentage": true,
- "sortOrder": 0,
- "stack": true,
- "repeat": "string",
- "show": "string",
- "yAxis": {
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0
}, - "description": "string"
}
], - "slug": "string",
- "template_vars": [
- {
- "name": "string",
- "query": "string",
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0
}
], - "title": "string",
- "uid": "string"
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}, - "updated_at": "2019-08-24T14:15:22Z",
- "usersExtensionPreferences": { },
- "anonymousPerfResults": true,
- "anonymousUsageStats": true,
- "grafana": {
- "grafanaAPIKey": "string",
- "grafanaURL": "string",
- "selectedBoardsConfigs": [
- {
- "board": {
- "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "datasource": null,
- "pageSize": 0,
- "bars": true,
- "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "repeatPanelId": 0,
- "scroll": true,
- "y-axis": true,
- "yBucketSize": 0,
- "description": "string",
- "fieldConfig": {
- "defaults": {
- "color": {
- "mode": null,
- "seriesBy": null,
- "fixedColor": null
}, - "custom": {
- "pointSize": null,
- "showPoints": null,
- "stacking": { },
- "axisLabel": null,
- "axisPlacement": null,
- "axisSoftMin": null,
- "gradientMode": null,
- "hideFrom": { },
- "lineStyle": { },
- "spanNulls": null,
- "axisSoftMax": null,
- "drawStyle": null,
- "fillOpacity": null,
- "barAlignment": null,
- "lineInterpolation": null,
- "lineWidth": null,
- "scaleDistribution": { },
- "thresholdsStyle": { }
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}, - "unit": "string"
}
}, - "onlyAlertsOnDashboard": true,
- "xBucketNumber": 0,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "timeShift": "string",
- "thresholds": "string",
- "title": "string",
- "yaxes": [
- {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Value": null,
- "Valid": null
}, - "show": true
}
], - "decimals": 0,
- "nullPointMode": "string",
- "reverseYBuckets": true,
- "sort": {
- "col": 0,
- "desc": true
}, - "colors": [
- "string"
], - "prefix": "string",
- "yBucketNumber": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "search": true,
- "xaxis": {
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string"
}, - "error": true,
- "leftYAxisLabel": "string",
- "percentage": true,
- "folderId": 0,
- "height": null,
- "postfixFontSize": "string",
- "query": "string",
- "stack": true,
- "tooltipDecimals": 0,
- "valueName": "string",
- "rangeMaps": [
- {
- "to": "string",
- "from": "string",
- "text": "string"
}
], - "tags": [
- "string"
], - "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "collapsed": true,
- "limit": 0,
- "id": 0,
- "span": 0,
- "hideZeroBuckets": true,
- "sortOrder": 0,
- "yBucketBound": "string",
- "y_formats": [
- "string"
], - "content": "string",
- "headings": true,
- "hideTimeOverride": true,
- "transparent": true,
- "postfix": "string",
- "isNew": true,
- "styles": [
- {
- "link": true,
- "linkTooltip": "string",
- "pattern": "string",
- "thresholds": [
- null
], - "decimals": 0,
- "mappingType": 0,
- "type": "string",
- "colors": [
- null
], - "linkUrl": "string",
- "unit": "string",
- "valueMaps": [
- { }
], - "alias": "string",
- "colorMode": "string",
- "dateFormat": "string",
- "linkTargetBlank": true
}
], - "colorValue": true,
- "rightYAxisLabel": "string",
- "valueMaps": [
- {
- "value": "string",
- "op": "string",
- "text": "string"
}
], - "xAxis": {
- "show": true
}, - "mappingType": 0,
- "minSpan": 0,
- "prefixFontSize": "string",
- "renderer": "string",
- "scopedVars": {
- "property1": {
- "text": "string",
- "value": "string",
- "selected": true
}, - "property2": {
- "text": "string",
- "value": "string",
- "selected": true
}
}, - "stateFilter": [
- "string"
], - "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "type": "string",
- "colorBackground": true,
- "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "nameFilter": "string",
- "editable": true,
- "linewidth": 0,
- "mode": "string",
- "recent": true,
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "dashes": true,
- "xBucketSize": "string",
- "legend": {
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "rightSide": true,
- "show": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0,
- "total": true,
- "values": true
}, - "links": [
- {
- "tags": [
- null
], - "url": "string",
- "dashboard": "string",
- "icon": "string",
- "includeVars": true,
- "params": "string",
- "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "type": "string",
- "asDropdown": true,
- "dashUri": "string",
- "keepTime": true
}
], - "pointradius": 0,
- "starred": true,
- "steppedLine": true,
- "dashboardTags": [
- "string"
], - "highlightCards": true,
- "valueFontSize": "string",
- "dashLength": 0,
- "points": true,
- "targets": [
- {
- "group": [
- { }
], - "namespace": "string",
- "select": [
- [ ]
], - "target": "string",
- "timeColumn": "string",
- "datasource": null,
- "expr": "string",
- "measurement": "string",
- "perSeriesAligner": "string",
- "alignmentPeriod": "string",
- "groupBy": [
- null
], - "refId": "string",
- "aliasBy": "string",
- "alignOptions": [
- { }
], - "filters": [
- null
], - "format": "string",
- "hide": true,
- "period": "string",
- "query": "string",
- "rawSql": "string",
- "alias": "string",
- "dsType": "string",
- "interval": "string",
- "intervalFactor": 0,
- "metricColumn": "string",
- "region": "string",
- "step": 0,
- "tags": [
- { }
], - "bucketAggs": [
- { }
], - "instant": true,
- "metricName": "string",
- "rawQuery": true,
- "where": [
- { }
], - "crossSeriesReducer": "string",
- "metricKind": "string",
- "metricType": "string",
- "projectName": "string",
- "statistics": [
- null
], - "dimensions": {
- "property1": null,
- "property2": null
}, - "legendFormat": "string",
- "metrics": [
- { }
], - "table": "string",
- "timeField": "string",
- "valueType": "string"
}
], - "aliasColors": null,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "options": {
- "tooltip": {
- "mode": "string"
}, - "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}
}, - "showHeader": true,
- "alert": {
- "message": "string",
- "executionErrorState": "string",
- "for": "string",
- "frequency": "string",
- "name": "string",
- "noDataState": "string",
- "notifications": [
- {
- "settings": null,
- "disableResolveMessage": null,
- "id": null,
- "sendReminder": null,
- "type": null,
- "uid": null,
- "frequency": null,
- "isDefault": null,
- "name": null
}
], - "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "conditions": [
- {
- "type": null,
- "evaluator": { },
- "operator": { },
- "query": { },
- "reducer": { }
}
], - "handler": 0
}, - "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "seriesOverrides": [
- {
- "fillBelowTo": "string",
- "stack": {
- "Flag": null,
- "Value": null
}, - "color": "string",
- "fill": 0,
- "nullPointMode": "string",
- "zindex": 0,
- "alias": "string",
- "bars": true,
- "dashes": true,
- "linewidth": 0,
- "legend": true,
- "lines": true,
- "transform": "string",
- "yaxis": 0
}
], - "repeat": "string",
- "transform": "string",
- "lines": true,
- "x-axis": true,
- "dataFormat": "string",
- "format": "string",
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "spaceLength": 0,
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}, - "show": "string",
- "timeFrom": "string"
}
], - "slug": "string",
- "template_vars": [
- {
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string"
}
]
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}
}Updates User Load Test Preferences
{- "usersExtensionPreferences": { },
- "anonymousPerfResults": true,
- "anonymousUsageStats": true,
- "grafana": {
- "grafanaAPIKey": "string",
- "grafanaURL": "string",
- "selectedBoardsConfigs": [
- {
- "board": {
- "panels": [
- {
- "spaceLength": 0,
- "stateFilter": [
- "string"
], - "gauge": {
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true,
- "maxValue": 0,
- "minValue": 0
}, - "links": [
- {
- "dashboard": "string",
- "icon": "string",
- "keepTime": true,
- "params": "string",
- "tooltip": "string",
- "url": "string",
- "asDropdown": true,
- "dashUri": "string",
- "targetBlank": true,
- "title": "string",
- "type": "string",
- "includeVars": true,
- "tags": [
- null
]
}
], - "points": true,
- "starred": true,
- "thresholds": "string",
- "legend": {
- "values": true,
- "avg": true,
- "hideEmpty": true,
- "hideZero": true,
- "sideWidth": 0,
- "total": true,
- "show": true,
- "alignAsTable": true,
- "current": true,
- "max": true,
- "min": true,
- "rightSide": true
}, - "postfixFontSize": "string",
- "repeatPanelId": 0,
- "timeShift": "string",
- "colorValue": true,
- "span": 0,
- "sparkline": {
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0,
- "ymin": 0
}, - "y-axis": true,
- "bars": true,
- "folderId": 0,
- "mode": "string",
- "type": "string",
- "x-axis": true,
- "colorBackground": true,
- "reverseYBuckets": true,
- "tags": [
- "string"
], - "fill": 0,
- "content": "string",
- "height": null,
- "renderer": "string",
- "alert": {
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "conditions": [
- {
- "evaluator": { },
- "operator": { },
- "query": { },
- "reducer": { },
- "type": null
}
], - "executionErrorState": "string",
- "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "notifications": [
- {
- "uid": null,
- "disableResolveMessage": null,
- "isDefault": null,
- "sendReminder": null,
- "settings": null,
- "type": null,
- "frequency": null,
- "id": null,
- "name": null
}
]
}, - "prefixFontSize": "string",
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}
}
], - "sort": {
- "col": 0,
- "desc": true
}, - "postfix": "string",
- "xaxis": {
- "min": {
- "Valid": true,
- "Value": 0
}, - "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}
}, - "isNew": true,
- "onlyAlertsOnDashboard": true,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "targets": [
- {
- "alignOptions": [
- { }
], - "alignmentPeriod": "string",
- "format": "string",
- "tags": [
- { }
], - "valueType": "string",
- "bucketAggs": [
- { }
], - "group": [
- { }
], - "groupBy": [
- null
], - "rawQuery": true,
- "step": 0,
- "table": "string",
- "aliasBy": "string",
- "filters": [
- null
], - "measurement": "string",
- "perSeriesAligner": "string",
- "legendFormat": "string",
- "metricKind": "string",
- "metricName": "string",
- "period": "string",
- "timeColumn": "string",
- "metrics": [
- { }
], - "region": "string",
- "statistics": [
- null
], - "where": [
- { }
], - "crossSeriesReducer": "string",
- "datasource": null,
- "dimensions": {
- "property1": null,
- "property2": null
}, - "interval": "string",
- "metricColumn": "string",
- "query": "string",
- "timeField": "string",
- "alias": "string",
- "dsType": "string",
- "expr": "string",
- "instant": true,
- "projectName": "string",
- "rawSql": "string",
- "refId": "string",
- "hide": true,
- "intervalFactor": 0,
- "metricType": "string",
- "namespace": "string",
- "select": [
- [ ]
], - "target": "string"
}
], - "timeFrom": "string",
- "datasource": null,
- "error": true,
- "hideTimeOverride": true,
- "prefix": "string",
- "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "dashboardTags": [
- "string"
], - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "hideZeroBuckets": true,
- "y_formats": [
- "string"
], - "steppedLine": true,
- "valueFontSize": "string",
- "dataFormat": "string",
- "editable": true,
- "query": "string",
- "styles": [
- {
- "dateFormat": "string",
- "linkTooltip": "string",
- "mappingType": 0,
- "pattern": "string",
- "type": "string",
- "unit": "string",
- "valueMaps": [
- { }
], - "alias": "string",
- "linkTargetBlank": true,
- "linkUrl": "string",
- "thresholds": [
- null
], - "link": true,
- "decimals": 0,
- "colorMode": "string",
- "colors": [
- null
]
}
], - "fieldConfig": {
- "defaults": {
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}, - "unit": "string",
- "color": {
- "fixedColor": null,
- "mode": null,
- "seriesBy": null
}, - "custom": {
- "barAlignment": null,
- "drawStyle": null,
- "lineWidth": null,
- "scaleDistribution": { },
- "stacking": { },
- "axisLabel": null,
- "axisPlacement": null,
- "showPoints": null,
- "axisSoftMax": null,
- "lineInterpolation": null,
- "hideFrom": { },
- "lineStyle": { },
- "pointSize": null,
- "spanNulls": null,
- "thresholdsStyle": { },
- "axisSoftMin": null,
- "fillOpacity": null,
- "gradientMode": null
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0
}
}, - "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "showHeader": true,
- "repeat": "string",
- "limit": 0,
- "lines": true,
- "pageSize": 0,
- "linewidth": 0,
- "xBucketNumber": 0,
- "leftYAxisLabel": "string",
- "sortOrder": 0,
- "yBucketBound": "string",
- "dashLength": 0,
- "highlightCards": true,
- "yAxis": {
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string"
}, - "yBucketNumber": 0,
- "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "stack": true,
- "mappingType": 0,
- "search": true,
- "yBucketSize": 0,
- "aliasColors": null,
- "colors": [
- "string"
], - "format": "string",
- "rightYAxisLabel": "string",
- "percentage": true,
- "scroll": true,
- "description": "string",
- "minSpan": 0,
- "nullPointMode": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "headings": true,
- "show": "string",
- "collapsed": true,
- "valueName": "string",
- "options": {
- "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "nameFilter": "string",
- "id": 0,
- "pointradius": 0,
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "xBucketSize": "string",
- "seriesOverrides": [
- {
- "legend": true,
- "linewidth": 0,
- "stack": {
- "Flag": null,
- "Value": null
}, - "bars": true,
- "color": "string",
- "dashes": true,
- "yaxis": 0,
- "zindex": 0,
- "alias": "string",
- "fill": 0,
- "fillBelowTo": "string",
- "lines": true,
- "nullPointMode": "string",
- "transform": "string"
}
], - "tooltipDecimals": 0,
- "transform": "string",
- "transparent": true,
- "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "dashes": true,
- "decimals": 0,
- "xAxis": {
- "show": true
}, - "recent": true,
- "title": "string",
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
]
}
], - "slug": "string",
- "template_vars": [
- {
- "value": null,
- "datasource": {
- "id": 0,
- "name": "string"
}, - "hide": 0,
- "name": "string",
- "query": "string"
}
], - "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}, - "loadTestPrefs": {
- "c": 0,
- "gen": "string",
- "qps": 0,
- "t": "string"
}, - "meshAdapters": [
- {
- "adapter_location": "string",
- "git_commit_sha": "string",
- "name": "string",
- "ops": [
- {
- "category": 0,
- "key": "string",
- "value": "string"
}
], - "version": "string"
}
], - "prometheus": {
- "prometheusURL": "string",
- "selectedPrometheusBoardsConfigs": [
- {
- "board": {
- "title": "string",
- "uid": "string",
- "uri": "string",
- "org_id": 0,
- "panels": [
- {
- "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "editable": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "alignAsTable": true,
- "hideZero": true,
- "hideEmpty": true,
- "max": true,
- "min": true,
- "sideWidth": 0,
- "total": true,
- "values": true,
- "avg": true,
- "current": true
}, - "percentage": true,
- "bars": true,
- "recent": true,
- "yAxis": {
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string",
- "min": "string",
- "show": true
}, - "datasource": null,
- "headings": true,
- "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- null
], - "maxDataPoints": {
- "Value": null,
- "Valid": null
}, - "scopedVars": {
- "property1": { },
- "property2": { }
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": null,
- "shared": null,
- "sort": null,
- "value_type": null
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": null,
- "show": null,
- "values": null,
- "alignAsTable": null,
- "avg": null,
- "hideZero": null,
- "max": null,
- "total": null,
- "current": null,
- "hideEmpty": null,
- "min": null,
- "sideWidth": null
}, - "minSpan": 0,
- "tags": [
- null
], - "cards": {
- "cardRound": null,
- "cardPadding": null
}, - "gridPos": {
- "w": null,
- "x": null,
- "y": null,
- "h": null
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": null,
- "fillColor": null,
- "full": null,
- "lineColor": null,
- "show": null,
- "ymax": null
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- { }
], - "options": {
- "legend": { },
- "tooltip": { }
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": null,
- "exponent": null,
- "max": null,
- "min": null,
- "mode": null,
- "cardColor": null,
- "colorScale": null
}, - "rangeMaps": [
- { }
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- null
], - "alert": {
- "conditions": [ ],
- "for": null,
- "handler": null,
- "message": null,
- "name": null,
- "alertRuleTags": { },
- "frequency": null,
- "noDataState": null,
- "notifications": [ ],
- "executionErrorState": null
}, - "aliasColors": null,
- "dashboardTags": [
- null
], - "yBucketSize": 0,
- "panels": [
- null
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- { }
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- { }
], - "columns": [
- { }
], - "seriesOverrides": [
- { }
], - "sortOrder": 0,
- "gauge": {
- "maxValue": null,
- "minValue": null,
- "show": null,
- "thresholdLabels": null,
- "thresholdMarkers": null
}, - "mappingTypes": [
- { }
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": null
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- null
], - "steppedLine": true,
- "xaxis": {
- "decimals": null,
- "format": null,
- "label": null,
- "logBase": null,
- "max": { },
- "min": { },
- "show": null
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- { }
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": null,
- "desc": null
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": { }
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- { }
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": null,
- "show": null,
- "splitFactor": null,
- "decimals": null,
- "format": null,
- "logBase": null,
- "max": null
}
}
], - "postfix": "string",
- "seriesOverrides": [
- {
- "nullPointMode": "string",
- "dashes": true,
- "fill": 0,
- "linewidth": 0,
- "legend": true,
- "transform": "string",
- "bars": true,
- "color": "string",
- "fillBelowTo": "string",
- "lines": true,
- "yaxis": 0,
- "zindex": 0,
- "alias": "string",
- "stack": {
- "Flag": null,
- "Value": null
}
}
], - "alert": {
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "executionErrorState": "string",
- "frequency": "string",
- "noDataState": "string",
- "conditions": [
- {
- "operator": { },
- "query": { },
- "reducer": { },
- "type": null,
- "evaluator": { }
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "notifications": [
- {
- "frequency": null,
- "id": null,
- "isDefault": null,
- "name": null,
- "settings": null,
- "disableResolveMessage": null,
- "sendReminder": null,
- "type": null,
- "uid": null
}
]
}, - "xBucketSize": "string",
- "leftYAxisLabel": "string",
- "sparkline": {
- "lineColor": "string",
- "show": true,
- "ymax": 0,
- "ymin": 0,
- "fillColor": "string",
- "full": true
}, - "colors": [
- "string"
], - "format": "string",
- "scroll": true,
- "stateFilter": [
- "string"
], - "title": "string",
- "y-axis": true,
- "content": "string",
- "error": true,
- "limit": 0,
- "nameFilter": "string",
- "yBucketSize": 0,
- "dashboardTags": [
- "string"
], - "fill": 0,
- "yaxes": [
- {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": null,
- "Value": null
}, - "min": {
- "Valid": null,
- "Value": null
}, - "show": true
}
], - "dashes": true,
- "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "stack": true,
- "colorValue": true,
- "dashLength": 0,
- "sort": {
- "col": 0,
- "desc": true
}, - "steppedLine": true,
- "transform": "string",
- "x-axis": true,
- "collapsed": true,
- "showHeader": true,
- "colorBackground": true,
- "mappingType": 0,
- "gauge": {
- "thresholdMarkers": true,
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true
}, - "height": null,
- "type": "string",
- "xAxis": {
- "show": true
}, - "decimals": 0,
- "yBucketNumber": 0,
- "points": true,
- "prefixFontSize": "string",
- "mode": "string",
- "yBucketBound": "string",
- "query": "string",
- "onlyAlertsOnDashboard": true,
- "repeat": "string",
- "valueName": "string",
- "description": "string",
- "lines": true,
- "links": [
- {
- "url": "string",
- "dashUri": "string",
- "icon": "string",
- "keepTime": true,
- "targetBlank": true,
- "title": "string",
- "tooltip": "string",
- "type": "string",
- "asDropdown": true,
- "dashboard": "string",
- "includeVars": true,
- "params": "string",
- "tags": [
- null
]
}
], - "minSpan": 0,
- "prefix": "string",
- "aliasColors": null,
- "transparent": true,
- "folderId": 0,
- "hideZeroBuckets": true,
- "pointradius": 0,
- "postfixFontSize": "string",
- "dataFormat": "string",
- "show": "string",
- "timeShift": "string",
- "gridPos": {
- "h": 0,
- "w": 0,
- "x": 0,
- "y": 0
}, - "highlightCards": true,
- "isNew": true,
- "options": {
- "legend": {
- "calcs": [
- null
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "reverseYBuckets": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "maxDataPoints": {
- "Valid": true,
- "Value": 0
}, - "starred": true,
- "linewidth": 0,
- "pageSize": 0,
- "timeFrom": "string",
- "rightYAxisLabel": "string",
- "sortOrder": 0,
- "span": 0,
- "styles": [
- {
- "linkUrl": "string",
- "unit": "string",
- "colors": [
- null
], - "linkTargetBlank": true,
- "pattern": "string",
- "type": "string",
- "colorMode": "string",
- "link": true,
- "mappingType": 0,
- "alias": "string",
- "linkTooltip": "string",
- "thresholds": [
- null
], - "valueMaps": [
- { }
], - "dateFormat": "string",
- "decimals": 0
}
], - "tooltipDecimals": 0,
- "valueFontSize": "string",
- "nullPointMode": "string",
- "renderer": "string",
- "targets": [
- {
- "target": "string",
- "bucketAggs": [
- { }
], - "format": "string",
- "metricName": "string",
- "tags": [
- { }
], - "where": [
- { }
], - "rawQuery": true,
- "select": [
- [ ]
], - "alignmentPeriod": "string",
- "crossSeriesReducer": "string",
- "expr": "string",
- "group": [
- { }
], - "instant": true,
- "period": "string",
- "projectName": "string",
- "table": "string",
- "groupBy": [
- null
], - "hide": true,
- "metricColumn": "string",
- "metricKind": "string",
- "metricType": "string",
- "statistics": [
- null
], - "step": 0,
- "interval": "string",
- "legendFormat": "string",
- "metrics": [
- { }
], - "namespace": "string",
- "perSeriesAligner": "string",
- "query": "string",
- "rawSql": "string",
- "region": "string",
- "timeField": "string",
- "valueType": "string",
- "datasource": null,
- "dimensions": {
- "property1": null,
- "property2": null
}, - "dsType": "string",
- "filters": [
- null
], - "refId": "string",
- "alias": "string",
- "aliasBy": "string",
- "alignOptions": [
- { }
], - "intervalFactor": 0,
- "measurement": "string",
- "timeColumn": "string"
}
], - "xBucketNumber": 0,
- "color": {
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string",
- "colorScheme": "string",
- "exponent": 0
}, - "search": true,
- "tags": [
- "string"
], - "thresholds": "string",
- "cards": {
- "cardPadding": 0,
- "cardRound": 0
}, - "y_formats": [
- "string"
], - "hideTimeOverride": true,
- "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "fieldConfig": {
- "defaults": {
- "unit": "string",
- "color": {
- "fixedColor": null,
- "mode": null,
- "seriesBy": null
}, - "custom": {
- "axisSoftMax": null,
- "barAlignment": null,
- "stacking": { },
- "showPoints": null,
- "spanNulls": null,
- "thresholdsStyle": { },
- "axisSoftMin": null,
- "drawStyle": null,
- "lineWidth": null,
- "lineInterpolation": null,
- "axisLabel": null,
- "axisPlacement": null,
- "gradientMode": null,
- "pointSize": null,
- "scaleDistribution": { },
- "fillOpacity": null,
- "hideFrom": { },
- "lineStyle": { }
}, - "decimals": 0,
- "links": [
- { }
], - "max": 0,
- "min": 0,
- "thresholds": {
- "mode": null,
- "steps": [ ]
}
}
}, - "xaxis": {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}
}, - "repeatPanelId": 0,
- "scopedVars": {
- "property1": {
- "text": "string",
- "value": "string",
- "selected": true
}, - "property2": {
- "text": "string",
- "value": "string",
- "selected": true
}
}, - "spaceLength": 0,
- "id": 0
}
], - "slug": "string",
- "template_vars": [
- {
- "datasource": {
- "name": "string",
- "id": 0
}, - "hide": 0,
- "name": "string",
- "query": "string",
- "value": null
}
]
}, - "panels": [
- {
- "points": true,
- "postfixFontSize": "string",
- "query": "string",
- "rightYAxisLabel": "string",
- "valueFontSize": "string",
- "colors": [
- "string"
], - "maxDataPoints": {
- "Value": 0,
- "Valid": true
}, - "scopedVars": {
- "property1": {
- "selected": true,
- "text": "string",
- "value": "string"
}, - "property2": {
- "selected": true,
- "text": "string",
- "value": "string"
}
}, - "timeFrom": "string",
- "tooltip": {
- "msResolution": true,
- "shared": true,
- "sort": 0,
- "value_type": "string"
}, - "dashLength": 0,
- "highlightCards": true,
- "postfix": "string",
- "transform": "string",
- "scroll": true,
- "search": true,
- "legend": {
- "rightSide": true,
- "show": true,
- "values": true,
- "alignAsTable": true,
- "avg": true,
- "hideZero": true,
- "max": true,
- "total": true,
- "current": true,
- "hideEmpty": true,
- "min": true,
- "sideWidth": 0
}, - "minSpan": 0,
- "tags": [
- "string"
], - "cards": {
- "cardRound": 0,
- "cardPadding": 0
}, - "gridPos": {
- "w": 0,
- "x": 0,
- "y": 0,
- "h": 0
}, - "nullPointMode": "string",
- "pointradius": 0,
- "span": 0,
- "fill": 0,
- "sparkline": {
- "ymin": 0,
- "fillColor": "string",
- "full": true,
- "lineColor": "string",
- "show": true,
- "ymax": 0
}, - "collapsed": true,
- "leftYAxisLabel": "string",
- "recent": true,
- "xBucketSize": "string",
- "targets": [
- {
- "projectName": "string",
- "query": "string",
- "step": 0,
- "aliasBy": "string",
- "crossSeriesReducer": "string",
- "groupBy": [
- "string"
], - "hide": true,
- "metricName": "string",
- "valueType": "string",
- "alias": "string",
- "datasource": null,
- "filters": [
- "string"
], - "intervalFactor": 0,
- "metricType": "string",
- "metrics": [
- {
- "field": null,
- "id": null,
- "type": null
}
], - "tags": [
- {
- "operator": null,
- "value": null,
- "key": null
}
], - "alignOptions": [
- {
- "label": null,
- "options": [ ],
- "expanded": null
}
], - "alignmentPeriod": "string",
- "bucketAggs": [
- {
- "type": null,
- "field": null,
- "id": null,
- "settings": { }
}
], - "group": [
- {
- "params": [ ],
- "type": null
}
], - "expr": "string",
- "format": "string",
- "interval": "string",
- "perSeriesAligner": "string",
- "region": "string",
- "statistics": [
- "string"
], - "timeField": "string",
- "instant": true,
- "metricColumn": "string",
- "metricKind": "string",
- "refId": "string",
- "dimensions": {
- "property1": "string",
- "property2": "string"
}, - "dsType": "string",
- "select": [
- [
- { }
]
], - "legendFormat": "string",
- "namespace": "string",
- "period": "string",
- "timeColumn": "string",
- "target": "string",
- "where": [
- {
- "datatype": null,
- "name": null,
- "params": [ ],
- "type": null
}
], - "measurement": "string",
- "rawQuery": true,
- "rawSql": "string",
- "table": "string"
}
], - "options": {
- "legend": {
- "calcs": [
- "string"
], - "displayMode": "string",
- "placement": "string"
}, - "tooltip": {
- "mode": "string"
}
}, - "prefixFontSize": "string",
- "transparent": true,
- "yBucketNumber": 0,
- "showHeader": true,
- "percentage": true,
- "reverseYBuckets": true,
- "spaceLength": 0,
- "title": "string",
- "color": {
- "colorScheme": "string",
- "exponent": 0,
- "max": 0,
- "min": 0,
- "mode": "string",
- "cardColor": "string",
- "colorScale": "string"
}, - "rangeMaps": [
- {
- "from": "string",
- "text": "string",
- "to": "string"
}
], - "datasource": null,
- "stack": true,
- "starred": true,
- "type": "string",
- "y-axis": true,
- "y_formats": [
- "string"
], - "alert": {
- "conditions": [
- {
- "type": "string",
- "evaluator": {
- "params": [ ],
- "type": null
}, - "operator": {
- "type": null
}, - "query": {
- "params": [ ]
}, - "reducer": {
- "params": [ ],
- "type": null
}
}
], - "for": "string",
- "handler": 0,
- "message": "string",
- "name": "string",
- "alertRuleTags": {
- "property1": "string",
- "property2": "string"
}, - "frequency": "string",
- "noDataState": "string",
- "notifications": [
- {
- "type": "string",
- "uid": "string",
- "disableResolveMessage": true,
- "frequency": "string",
- "id": 0,
- "name": "string",
- "sendReminder": true,
- "isDefault": true,
- "settings": null
}
], - "executionErrorState": "string"
}, - "aliasColors": null,
- "dashboardTags": [
- "string"
], - "yBucketSize": 0,
- "panels": [
- { }
], - "valueName": "string",
- "yBucketBound": "string",
- "colorBackground": true,
- "dashes": true,
- "format": "string",
- "headings": true,
- "prefix": "string",
- "styles": [
- {
- "decimals": 0,
- "link": true,
- "linkTargetBlank": true,
- "pattern": "string",
- "colorMode": "string",
- "colors": [
- "string"
], - "dateFormat": "string",
- "linkUrl": "string",
- "type": "string",
- "alias": "string",
- "mappingType": 0,
- "linkTooltip": "string",
- "thresholds": [
- "string"
], - "unit": "string",
- "valueMaps": [
- {
- "op": null,
- "text": null,
- "value": null
}
]
}
], - "decimals": 0,
- "mappingType": 0,
- "pageSize": 0,
- "yaxes": [
- {
- "show": true,
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Value": 0,
- "Valid": true
}, - "min": {
- "Valid": true,
- "Value": 0
}
}
], - "columns": [
- {
- "text": "string",
- "value": "string"
}
], - "seriesOverrides": [
- {
- "dashes": true,
- "fill": 0,
- "fillBelowTo": "string",
- "zindex": 0,
- "color": "string",
- "transform": "string",
- "alias": "string",
- "lines": true,
- "linewidth": 0,
- "nullPointMode": "string",
- "yaxis": 0,
- "legend": true,
- "stack": {
- "Flag": true,
- "Value": "string"
}, - "bars": true
}
], - "sortOrder": 0,
- "gauge": {
- "maxValue": 0,
- "minValue": 0,
- "show": true,
- "thresholdLabels": true,
- "thresholdMarkers": true
}, - "mappingTypes": [
- {
- "name": "string",
- "value": 0
}
], - "bars": true,
- "dataFormat": "string",
- "editable": true,
- "limit": 0,
- "show": "string",
- "error": true,
- "timeShift": "string",
- "folderId": 0,
- "xAxis": {
- "show": true
}, - "tooltipDecimals": 0,
- "content": "string",
- "renderer": "string",
- "stateFilter": [
- "string"
], - "steppedLine": true,
- "xaxis": {
- "decimals": 0,
- "format": "string",
- "label": "string",
- "logBase": 0,
- "max": {
- "Valid": true,
- "Value": 0
}, - "min": {
- "Valid": true,
- "Value": 0
}, - "show": true
}, - "colorValue": true,
- "hideTimeOverride": true,
- "links": [
- {
- "icon": "string",
- "dashboard": "string",
- "includeVars": true,
- "keepTime": true,
- "params": "string",
- "tags": [
- "string"
], - "targetBlank": true,
- "asDropdown": true,
- "dashUri": "string",
- "type": "string",
- "url": "string",
- "title": "string",
- "tooltip": "string"
}
], - "thresholds": "string",
- "linewidth": 0,
- "repeatPanelId": 0,
- "mode": "string",
- "sort": {
- "col": 0,
- "desc": true
}, - "xBucketNumber": 0,
- "fieldConfig": {
- "defaults": {
- "max": 0,
- "min": 0,
- "thresholds": {
- "mode": "string",
- "steps": [
- { }
]
}, - "unit": "string",
- "color": {
- "fixedColor": "string",
- "mode": "string",
- "seriesBy": "string"
}, - "custom": {
- "thresholdsStyle": {
- "mode": null
}, - "axisLabel": "string",
- "drawStyle": "string",
- "lineStyle": {
- "fill": null
}, - "scaleDistribution": {
- "log": null,
- "type": null
}, - "axisSoftMin": 0,
- "fillOpacity": 0,
- "pointSize": 0,
- "lineWidth": 0,
- "stacking": {
- "group": null,
- "mode": null
}, - "axisSoftMax": 0,
- "gradientMode": "string",
- "hideFrom": {
- "legend": null,
- "tooltip": null,
- "viz": null
}, - "showPoints": "string",
- "spanNulls": true,
- "axisPlacement": "string",
- "barAlignment": 0,
- "lineInterpolation": "string"
}, - "decimals": 0,
- "links": [
- {
- "asDropdown": null,
- "dashboard": null,
- "includeVars": null,
- "keepTime": null,
- "tags": [ ],
- "targetBlank": null,
- "title": null,
- "tooltip": null,
- "url": null,
- "dashUri": null,
- "icon": null,
- "params": null,
- "type": null
}
]
}
}, - "id": 0,
- "height": null,
- "lines": true,
- "nameFilter": "string",
- "hideZeroBuckets": true,
- "isNew": true,
- "onlyAlertsOnDashboard": true,
- "valueMaps": [
- {
- "op": "string",
- "text": "string",
- "value": "string"
}
], - "x-axis": true,
- "description": "string",
- "repeat": "string",
- "yAxis": {
- "min": "string",
- "show": true,
- "splitFactor": 0,
- "decimals": 0,
- "format": "string",
- "logBase": 0,
- "max": "string"
}
}
], - "templateVars": [
- "string"
]
}
]
}, - "updated_at": "2019-08-24T14:15:22Z"
}Used for persisting load test preferences
Array of objects Single or distributed load generators | |
| duration | string Length of time the endpoint will be under load |
| id | string |
object | |
| name | string |
| smp_version | string Spec version |
{- "clients": [
- {
- "body": "string",
- "connections": 0,
- "content_type": "string",
- "internal": true,
- "load_generator": "string",
- "protocol": 0,
- "rps": 0,
- "cookies": {
- "property1": "string",
- "property2": "string"
}, - "endpoint_urls": [
- "string"
], - "headers": {
- "property1": "string",
- "property2": "string"
}
}
], - "duration": "string",
- "id": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}, - "name": "string",
- "smp_version": "string"
}Used for fetching load test preferences
| uuid | string <uuid> |
{- "name": "string",
- "smp_version": "string",
- "clients": [
- {
- "cookies": {
- "property1": "string",
- "property2": "string"
}, - "headers": {
- "property1": "string",
- "property2": "string"
}, - "internal": true,
- "protocol": 0,
- "body": "string",
- "content_type": "string",
- "load_generator": "string",
- "rps": 0,
- "connections": 0,
- "endpoint_urls": [
- "string"
]
}
], - "duration": "string",
- "id": "string",
- "labels": {
- "property1": "string",
- "property2": "string"
}
}